Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cannot get org.eclipse.jetty.server.Request instance

Hi,

On Thu, Sep 12, 2019 at 10:16 AM John Jiang <john.sha.jiang@xxxxxxxxx> wrote:
> BTW, if using JDK 11, is TLS 1.3 supported transparently?

Yes.

> Although checked it with curl and the connection used TLSv1.3 with cipher suite TLS_AES_128_GCM_SHA256, I just need a confirmation.

TLS 1.3 is supported from Jetty 9.4.x+ on JDK 11+.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top