Re: Best RES-component with SSL

2017-03-03 Thread Zoran Regvart
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

Re: Best RES-component with SSL

2017-03-02 Thread souciance
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