I'm trying to use the x509HostnameVerifier option in an http4 uri

from("jetty:https://0.0.0.0:4433/topython/?matchOnUriPrefix=true";)
.to("https4://backend.fake.com:4444/?&bridgeEndpoint=true&throwExceptionOnFailure=false&x509HostnameVerifier=AllowAllHostnameVerifier");

but I'm getting an error 

No bean could be found in the registry for: AllowAllHostnameVerifier of
type: org.apache.http.conn.ssl.X509HostnameVerifier

Am I doing something wrong? I'm on version 2.9.0

Thanks in advance.
-Xavier

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

Reply via email to