Hi Camel user, I'm trying to connect to a REST Service (elasticsearch) via SSL with a self-signed server certificate.
I've got it working fine with Java DSL according to the camel http component documentation: http://camel.apache.org/http.html (Using the JSSE Configuration Utility) But now I have to get it working with blueprint as well. I could not find any helpful documentation. I tried multiple alternatives, but none seemed to work. For example I added this into my blueprint file: <sslContextParameters id="sslParams" xmlns="http://camel.apache.org/schema/blueprint"> <trustManagers> <keyStore resource="${truststoreLocation}" password="${truststorePassword}" type="${truststoreType}" /> </trustManagers> </sslContextParameters> But I still get a certificate validation exception, when connecting to my REST service. Any idea of, what needs to be done, to get this working with a self-signed certificate? Best regards Jan -- View this message in context: http://camel.465427.n5.nabble.com/SSL-Settings-for-http-component-in-blueprint-tp5799272.html Sent from the Camel - Users mailing list archive at Nabble.com.
