-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Some HTTP & TLS test are failing on Insider Preview Windows build #47378
Comments
Tagging subscribers to this area: @dotnet/ncl Issue Detailsexample like:
There is some optimization in Windows that breaks the handshake in some uncommon cases. Following sequence will fail in step 3 if same SNI (e.g. TargetName) is used.
While this is not great, it seems like Windows is not going to be changed. To stabilize our tests we can use distinct SNI for each protocol version (or GUID)
|
We are going to see more and more use of Windows Insider builds as people start using QUIC and HTTP3. Would be good to get this test issue fixed before a bunch of people start hitting it. |
Reopen - The SNI length limit is 63 chars per DNS label, some test generates SNI longer |
example like:
There is some optimization in Windows that breaks the handshake in some uncommon cases. Following sequence will fail in step 3 if same SNI (e.g. TargetName) is used.
While this is not great, it seems like Windows is not going to be changed. To stabilize our tests we can use distinct SNI for each protocol version (or GUID)
The text was updated successfully, but these errors were encountered: