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

Hotfix: use TLS 1.2 #344

Merged
merged 1 commit into from
Jun 16, 2020
Merged

Hotfix: use TLS 1.2 #344

merged 1 commit into from
Jun 16, 2020

Conversation

mortend
Copy link
Member

@mortend mortend commented Jun 16, 2020

This makes sure we use TLS 1.2 when communicating with NuGet, because
NuGet recently dropped support for TLS 1.0 and 1.1.

If upgrading your Uno installation is inconvenient, it is possible to
enable TLS 1.2 for older Uno versions in the Windows Registry.

reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:64
reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:32

https://devblogs.microsoft.com/nuget/nuget-org-will-permanently-remove-support-for-tls-1-0-and-1-1-on-june-15th/
https://devblogs.microsoft.com/nuget/deprecating-tls-1-0-and-1-1-on-nuget-org/

This makes sure we use TLS 1.2 when communicating with NuGet, because
NuGet recently dropped support for TLS 1.0 and 1.1.

If upgrading your Uno installation is inconvenient, it is possible to
enable TLS 1.2 for older Uno versions in the Windows Registry.

    reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:64
    reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 /v SystemDefaultTlsVersions /t REG_DWORD /d 1 /f /reg:32

https://devblogs.microsoft.com/nuget/nuget-org-will-permanently-remove-support-for-tls-1-0-and-1-1-on-june-15th/
https://devblogs.microsoft.com/nuget/deprecating-tls-1-0-and-1-1-on-nuget-org/
@mortend
Copy link
Member Author

mortend commented Jun 16, 2020

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

Successfully merging this pull request may close these issues.

None yet

1 participant