All the information is at: http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html
There is a "Using Java Code" section that is the starting point. The HTTPCOnduit object mentioned there has setters and such for the TLSClientParameters that would control the SSL stuff. Dan On Tue February 9 2010 1:14:05 am SaravananRamamoorthy wrote: > Hi Experts, > > I have created a webservice client using cxf. It works fine with http > protocol. > When I invoke the webservice having https protocol. It throws the error > like: > > HttpsURLConne I org.apache.cxf.transport.https.SSLUtils getCiphersuites The > cipher suites have not been configured, falling back to cipher suite > filters. > [2/9/10 10:43:52:714 CST] 0000002e HttpsURLConne I > org.apache.cxf.transport.https.SSLUtils getCiphersuites The cipher suite > filters have not been configured, falling back to default filters. > [2/9/10 10:43:52:727 CST] 0000002e HttpsURLConne I > org.apache.cxf.transport.https.SSLUtils getCiphersFromList The cipher > suites have been set to SSL_RSA_WITH_RC4_128_MD5, > SSL_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_AES_128_CBC_SHA, > SSL_DHE_RSA_WITH_AES_128_CBC_SHA, > SSL_DHE_DSS_WITH_AES_128_CBC_SHA, ............ > > Please anyone help to figure out the issue that how to configure the https > setting in webservice client using java. I am not using any spring stuff. > > Regards > Saravanan R > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
