Re: 2.19.0 Jetty:Https javax.net.ssl.SSLHandshakeException: no cipher suites in common

2017-06-29 Thread Claus Ibsen
Hi You are welcome to log a JIRA ticket and provide a github PR with a fix for this http://camel.apache.org/contributing On Thu, Jun 29, 2017 at 12:15 PM, Roman Vottner wrote: > Hi, > > Camel 2.19.0 upgraded its Jetty9 version to 9.3.x which only supports TLSv1.2 > out of the box.

Re: 2.19.0 Jetty:Https javax.net.ssl.SSLHandshakeException: no cipher suites in common

2017-06-29 Thread Roman Vottner
Hi, Camel 2.19.0 upgraded its Jetty9 version to 9.3.x which only supports TLSv1.2 out of the box. As all ciphers used for TLSv1 (and TLSv1.1) are considered unsafe they get blocked by Jetty9 now and hence no ciphers are available in case of TLSv1 or TLSv1.1. connection attempts. (See

Re: 2.19.0 Jetty:Https javax.net.ssl.SSLHandshakeException: no cipher suites in common

2017-05-23 Thread Claus Ibsen
Hi Can you try outside Karaf, in a plain java main or junit test On Tue, May 23, 2017 at 12:14 AM, Thomas Freihalter wrote: > Hello > I am using Camel 2.19.0 (on Karaf 4.1.1 with Jetty9) > > My route is >

2.19.0 Jetty:Https javax.net.ssl.SSLHandshakeException: no cipher suites in common

2017-05-23 Thread Thomas Freihalter
Hello I am using Camel 2.19.0 (on Karaf 4.1.1 with Jetty9) My route is https://0.0.0.0:4711?matchOnUriPrefix=truesslContextParametersRef=sslContextParameters"/> . When I try to access the URL with my browser I get: javax.net.ssl.SSLHandshakeException: no cipher suites in common I found