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 -- View this message in context: http://old.nabble.com/https-in-webservice-client-using-cxf-tp27510883p27510883.html Sent from the cxf-user mailing list archive at Nabble.com.
