Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty 9.3.6 SSL Connector not working on Jdk 1.8.0_74 / linux 2.6.32

Hi,

On Mon, Feb 8, 2016 at 2:32 PM, Michele Rossi <michele.rossi@xxxxxxxxx> wrote:
> hi,
>
> I am unable to run Jetty 9.3.6 on the latest JDK 1.8.0_74 on Linux
> "2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64
> x86_64 GNU/Linux".
>
> The handshake phase of the TLS/SSL connection fails and the browser (Chrome)
> produces a ERR_TIMED_OUT error.
>
> This is what I found in the logs:
>
> 14:09:37.259|DEBUG|e.j.u.s.SslContextFactory|| SNI matched
> MYHOST->X509@1b5c3e5f(1,h=[MYDOMAIN],w=[MYDOMAIN])
> 14:09:37.260|WARN |.e.j.u.t.QueuedThreadPool||
> java.lang.NoSuchMethodError:
> sun.security.ssl.SignatureAndHashAlgorithm.getSupportedAlgorithms(Ljava/util/Collection;)Ljava/util/Collection;
> at sun.security.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:706)

You have alpn-boot jar in the bootclasspath for the wrong version of the JDK.
You are using 8u74 which requires alpn-boot 8.1.7.v20160121.

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


Back to the top