Hi,
handling SSL/TLS in Java can be a bit complicated, you would want to
be at the latest Java version to get the benefits of newer
protocols/algorithms. Having said that, all the components that you
mentioned (and most others IIRC), are configured using the common
SSLContextParameters parameter, a
In general if you have several rest services that need https I find it
easier to have some proxy to offload the https for you as configuring that
in Camel/Karaf can be very tricky. I use nginx to off load the https and
let Camel focus on the route logic.
On Fri, Mar 3, 2017 at 8:14 AM, IanPea [via