Re: Camel with SSL and HostNameVerifier

2017-05-12 Thread Andrea Cosentino
throws CertificateException { } } public static class HostnameVerifier implements HostnameVerifier { @Override public boolean verify(String arg0, SSLSession arg1) { return true; } public boolean verify(String urlHostname,

Camel with SSL and HostNameVerifier

2017-05-11 Thread Pankaj Kumar
} public boolean verify(String urlHostname, String certHostname) { return true; } } } -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-SSL-and-HostNameVerifier-tp5799349.html Sent from the Camel - Users mailing list archive at Nabble.com.