Re: Set custom HostnameVerifier on jaxws:client definition

2008-12-09 Thread Sriram C
: On Friday 05 December 2008 2:44:41 pm Sriram C wrote: Hi, I am accessing a SOAP service over https using CXF 2.1.3. The CN on the cert for the service doesn't match the SSLSessionHost, so I need to set a default host name verifier on HttpsURLConnection. I do this in the code and it works fine

Set custom HostnameVerifier on jaxws:client definition

2008-12-05 Thread Sriram C
Hi, I am accessing a SOAP service over https using CXF 2.1.3. The CN on the cert for the service doesn't match the SSLSessionHost, so I need to set a default host name verifier on HttpsURLConnection. I do this in the code and it works fine, however I would like to move the client bootstrapping to