-
Notifications
You must be signed in to change notification settings - Fork 10.3k
HTTP/3: UseHttps configuration #34858
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
Comments
Note the UseHttps overloads that take async callbacks probably won't work at all. Make sure they fail with reasonable errors. The synchronous SNI callback is supposed to work. dotnet/runtime#55468 |
HttpsConnectionAdapterOptions based UseHttps:
ServerOptionsSelectionCallback based UseHttps:
TlsHandshakeCallbackOptions's based UseHttps: - Blocked, no async per connection SslServerAuthenticationOptions callback, no ConnectionContext
|
All of the unblocked items have been addressed for .NET 6. Moving to .NET 7. |
We need to ask for runtime APIs for the rest of these. |
@Tratcher How many of the remaining options does runtime implementing HTTP/3: QuicConnectionListener supports ServerOptionsSelectionCallback unblock? Are there other changes required from their side or is this it? |
There is also dotnet/runtime#55378 but it seems pretty minor. |
Waiting on dotnet/runtime#67560 |
Ensure that we set any options configured with UseHttps with HTTP/3. Some values might not be supported by QUIC.
The text was updated successfully, but these errors were encountered: