Add experimental config to disable TLS1.3 #6025
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Workaround for #5951
There is currently an issue for users on Windows 11, targetting .NET 5.0 where TLS negotiation to some cloud regions is failing when TLS 1.3 is enabled. A workaround is to disable TLS 1.3 at the OS level but that is problematic as it affects all client-side apps.
This PR adds a temporary and experimental configuration option that may be used to disable TLS 1.3 in the client directly. This setting affects only .NET Core and .NET 5.0+ targets. It is intended to be used purely as a short term workaround until changes can be made at the cloud proxy layer to resolve the negotiation issue.
Example usage: