Uncategorized
Conscrypting native SSL for Jetty
By default, Jetty uses the JSSE provider from the JVM for SSL, which has three significant problems: It’s slow! It doesn’t support ALPN in Java 8, which is needed for HTTP/2 It’s REALLY slow! There are workarounds for both problems: using SSL offloading and/or using our boot path patched JSSE for Read more…