Java allows to use a custome VM-wide SSLSocketFactory implementation like so:

javax.net.ssl.HttpsURLConnection.setDefaultSSLSocketFactory(SSLSocketFactory)

I noticed, however, that CXF does not honor this "setting" and overrides the SSLSocketFactory to be used in org.apache.cxf.transport.https.HttpsURLConnectionFactory.decorateWithTLS(HttpURLConnection).

Question: how can I use my (customer's) own configuration of a SSLSocketFactory with CXF?

Regards,
Marcel

--
Marcel Stör, http://www.frightanic.com
Couchsurfing: http://www.couchsurfing.com/people/marcelstoer
Skype: marcelstoer
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Reply via email to