Skip to content
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

Support HTTP/2 in Jetty with Conscrypt #10902

Closed
bclozel opened this issue Nov 3, 2017 · 5 comments
Closed

Support HTTP/2 in Jetty with Conscrypt #10902

bclozel opened this issue Nov 3, 2017 · 5 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Nov 3, 2017

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

@olamy
Copy link
Contributor

olamy commented Nov 3, 2017

Sounds perfect. let me know if you need an hand to help
Typo replace "Jetty 4.3.8" with "Jetty 9.4.8" :-)

@bclozel
Copy link
Member Author

bclozel commented Nov 10, 2017

@olamy Haha, indeed - good catch.
By the way, any idea about when this version should be released? A rough estimate might help me schedule this issue for a particular Spring Boot release.

@olamy
Copy link
Contributor

olamy commented Nov 10, 2017

should be within the next 2 weeks.

@olamy
Copy link
Contributor

olamy commented Nov 11, 2017

@bclozel do you have a branch somewhere with your changes?

@bclozel bclozel added this to the 2.0.0.RC1 milestone Nov 22, 2017
@olamy
Copy link
Contributor

olamy commented Nov 29, 2017

@bclozel 9.4.8.v20171121 has been released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants