Looking at the cipher suites, it looks like only the export grade suites are being selected (thus, none of the 128bit suites). The service may be requiring one of those. You could configure the cipher suites on the client to add in all the other suites.
The other option would be to test it with the 2.0.5 build. http://people.apache.org/~dkulp/stage_cxf/2.0.5-incubator/ 2.0.5 sets up a much more sensible set of ciphers. Dan On Thursday 27 March 2008, Alpin, Luba wrote: > Any help will be very appreciated. > > This is an exception: > > Mar 27, 2008 11:28:21 AM org.apache.cxf.transport.https.SSLUtils > getCiphersuites > > INFO: The cipher suites have not been configured, falling back to > cipher suite filters. > > Mar 27, 2008 11:28:21 AM org.apache.cxf.transport.https.SSLUtils > getCiphersuites > > INFO: The cipher suite filters have not been configured, falling back > to default filters. > > Mar 27, 2008 11:28:21 AM org.apache.cxf.transport.https.SSLUtils > getCiphersFromList > > INFO: The cipher suites have been set to SSL_RSA_WITH_DES_CBC_SHA, > SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, > SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, > SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, > SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, SSL_RSA_WITH_NULL_MD5, > SSL_RSA_WITH_NULL_SHA, SSL_DH_anon_WITH_DES_CBC_SHA, > SSL_DH_anon_EXPORT_WITH_RC4_40_MD5, > SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_DES_CBC_SHA, > TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXPORT_WITH_RC4_40_SHA, > TLS_KRB5_EXPORT_WITH_RC4_40_MD5, TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA, > TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5. > > Mar 27, 2008 11:28:21 AM org.apache.cxf.transport.http.HTTPConduit > prepare > > INFO: AutoRedirect is turned on. > > Mar 27, 2008 11:28:25 AM org.apache.cxf.phase.PhaseInterceptorChain > doIntercept > > INFO: Interceptor has thrown exception, unwinding now > > org.apache.cxf.interceptor.Fault: Could not send Message. > > at > org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndin >gI nterceptor.handleMessage(MessageSenderInterceptor.java:64) > > at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseIntercepto >rC hain.java:208) > > at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276) > > at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222) > > at > org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > > at > org.apache.cxf.frontend.ClientProxy.invoke(ClientProxy.java:68) > > at $Proxy15.sayHi1(Unknown Source) > > at cxf_client.TestClient.testSSL(TestClient.java:677) > > at cxf_client.TestClient.main(TestClient.java:131) > > Caused by: java.io.IOException: Not Found > > at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRe >sp onse(HTTPConduit.java:1888) > > at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HT >TP Conduit.java:1791) > > at > org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66 >) > > at > org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:575) > > at > org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndin >gI nterceptor.handleMessage(MessageSenderInterceptor.java:62) > > ... 8 more > > Hit uncaught exception org.apache.cxf.interceptor.Fault -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
