CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 543
[Foundation] Don't use ServicePointManager to get minimum TLS protocol. #22517
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
Conversation
Starting in .NET 10, don't use ServicePointManager to get minimum TLS protocol. Fixes #20764. References: * https://aka.ms/dotnet-warnings/SYSLIB0014 * dotnet/runtime#62770
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
β [PR Build #f9056fe] Build passed (Detect API changes) βPipeline on Agent |
β [CI Build #f9056fe] Build passed (Build packages) βPipeline on Agent |
β [CI Build #f9056fe] Build passed (Build macOS tests) βPipeline on Agent |
π» [CI Build #f9056fe] Tests on macOS X64 - Mac Sonoma (14) passed π»β All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
β API diff for current PR / commit.NET ( No breaking changes )β API diff vs stable (Breaking changes).NET ( β Breaking changes β )β Generator diffGenerator diff is empty Pipeline on Agent |
π» [CI Build #f9056fe] Tests on macOS M1 - Mac Monterey (12) passed π»β All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
π» [CI Build #f9056fe] Tests on macOS M1 - Mac Ventura (13) passed π»β All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
π» [CI Build #f9056fe] Tests on macOS arm64 - Mac Sequoia (15) passed π»β All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
π [CI Build #f9056fe] Test results πTest resultsβ All tests passed on VSTS: test results. π All 115 tests passed π Tests countsβ
cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Starting in .NET 10, don't use ServicePointManager to get minimum TLS protocol.
Fixes #20764.
References:
Added to .NET 10 release notes: https://github.com/dotnet/macios/wiki/.NET-10-release-notes#nsurlsessionhandler-no-longer-sets-the-tls-minimum-supported-protocol-version-for-the-session