You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by SaravananRamamoorthy <sa...@gmail.com> on 2010/02/09 07:14:05 UTC

https in webservice client using cxf

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.


Re: https in webservice client using cxf

Posted by Daniel Kulp <dk...@apache.org>.
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
dkulp@apache.org
http://www.dankulp.com/blog