Hi Xavier,

I am kind of facing similar issue that you had faced earlier.
I have added 

<bean id="x509HostnameVerifier"
class="org.apache.http.conn.ssl.AllowAllHostnameVerifier" />
in my camel context
and in the url, I have

.to("https4://dummy?httpClient.soTimeout=60000&x509HostnameVerifier=x509HostnameVerifier");
 

But even after that it kept on giving me exception for host name
verification as it kept on using "BrowserCompatHostnameVerifier"

Which also means that it did no honor the param in the URL or I did not give
it correctly.

Any pointers?

regards,
Mohan







--
View this message in context: 
http://camel.465427.n5.nabble.com/Using-the-x509HostnameVerifier-option-in-http4-tp5131544p5745439.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to