Skip to content

curl: Disable schannel TLS 1.3 support on Windows 11

Brad King requested to merge brad.king/cmake:curl-windows-no-tls1.3 into master

Curl 7.85.0 introduced support for TLS 1.3 support with schannel. We've observed connection failures in some cases, so disable the support pending further investigation.

Fixes: #24147 (closed)
Backport: release

Merge request reports