Discussion:
[jetty-users] How can the https and http2 be supported together by Jetty9.4.7
Cao, William (NSB - CN/Qingdao)
2018-04-18 02:33:25 UTC
Permalink
Hi,

I am using Jetty9.4.7 as the server, I want it be support https (http/1.1) and http2 (security) together. How can I configure it?

Regards,
William
Greg Wilkins
2018-04-18 04:14:06 UTC
Permalink
William,

If you just enable both https and http2 modules, then it should just work
(using the transitive dependency on the alpn module).
Follow documentation at
https://www.eclipse.org/jetty/documentation/9.4.x/http2-configuring.html

regards


On 18 April 2018 at 12:33, Cao, William (NSB - CN/Qingdao) <
Post by Cao, William (NSB - CN/Qingdao)
Hi,
I am using Jetty9.4.7 as the server, I want it be support https (http/1.1)
and http2 (security) together. How can I configure it?
Regards,
William
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
--
Greg Wilkins <***@webtide.com> CTO http://webtide.com
Continue reading on narkive:
Loading...