-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Support HTTP/2 in Jetty with Conscrypt #10902
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
Sounds perfect. let me know if you need an hand to help |
@olamy Haha, indeed - good catch. |
should be within the next 2 weeks. |
@bclozel do you have a branch somewhere with your changes? |
@bclozel 9.4.8.v20171121 has been released |
As mentioned in the official blog post, Jetty now supports TLS with Concsrypt, without changing the boot classpath or using a Java agent.
The ALPN + HTTP/2 support for that should be shipped with Jetty 9.4.8, so we'll leverage that support for HTTP/2 support in Spring Boot.
See jetty/jetty.project#215
The text was updated successfully, but these errors were encountered: