-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
ngtcp2 + gnutls fails to connect h3: "Resource temporarily unavailable" #6896
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
It looks like GnuTLS sends legacy session ID which must be prohibited in QUIC: https://tools.ietf.org/html/draft-ietf-quic-tls-34#section-8.4 |
@ueno Is there any way to tell GnuTLS to disable TLSv1.3 compatibility mode? It looks like |
Not currently, but it should be easy to add. I've filed an issue at: |
I'm going to close this issue here since this has been determined to be a GnuTLS bug and it isn't very useful for us to keep it open here as well. This should work with curl once GnuTLS is fixed to do right. |
It looks like boringssl backed server does not like ClientHello generated by GnuTLS. It is hard for me to debug this because it is TLS internal stuff.
Similar to #6864 but this only happens with GnuTLS builds now.
Originally posted by @tatsuhiro-t in #6864 (comment)
The text was updated successfully, but these errors were encountered: