microsoft/AzureKeyVaultExplorer

Does the app work for non-microsoft users?

whihathac opened this issue · 5 comments

I used to use this while working at MS. Now I can't seem to make it work with my new user ID/Azure subs.
Not sure if this is supported or the app needs to be updated to support TLS 1.2

image

Hi, you can add this registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v4.0.30319]"SchUseStrongCrypto"=dword:00000001

Would this also work for someone using .NET 6? In that case, I should probably change the version in the Registry path, right?

Put this in a .REG file and merge it: (Famous last words)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001 

Thanks it worked! (Forgot to reply!)

Hi, I have updated the keys in Registry but am still facing the same issue. Any help?
image
image