Test TlsHandshakeRejectsTlsLessThan12 fails on Server 2022 because TLS 1.1 is disabled
Open
area-networking
feature-kestrel
HTTP2
test-failure
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
The test: https://github.com/dotnet/aspnetcore/blob/8b30d862de6c9146f466061d51aa3f1414ee2337/src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/TlsTests.cs#L32
We've disabled this test on Server 2022 as part of https://github.com/dotnet/aspnetcore/pull/37745 because TLS 1.1 is off by default there. We should harden the test.
Contributor guide
Assessment
This issue has not been assessed yet.