Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception of type System.Net.Soclets.SocketException #62

Open
xigolle opened this issue Oct 19, 2023 · 3 comments
Open

Unhandled exception of type System.Net.Soclets.SocketException #62

xigolle opened this issue Oct 19, 2023 · 3 comments

Comments

@xigolle
Copy link

xigolle commented Oct 19, 2023

When I use the option "pick vault from subscription" I am presented with the following error:
image

Already tried several things like changing the authority and domain hints but nothing seem to help.
Or I am doing the above things wrong offcourse.

Any help would be greatly appreciated.

@francozuca
Copy link

I've exactly the same issue, is there any solution/workaround for this?

@maeof
Copy link

maeof commented Nov 8, 2023

We counter this issue by editing Registry values for .NET Framework. After setting these two Registry values, you need to also restart the app. I believe this has stuff to do with the TLS versions.

Caution: enable, execute and use the below commands at your own risk.

Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

@bakito
Copy link

bakito commented Nov 10, 2023

We counter this issue by editing Registry values for .NET Framework. After setting these two Registry values, you need to also restart the app. I believe this has stuff to do with the TLS versions.

Caution: enable, execute and use the below commands at your own risk.

Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

@maeof This solved the issue for me. Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants