ssl « cxf « Java Enterprise Q&A





1. Setting the default SocketFactory    stackoverflow.com

I recently migrated my web services from Axis to CXF (2.1). It appears that while Axis needed the "axis.socketSecureFactory" set, CXF grabs the default. How do I set the ...

2. What would cause SSL negotiations to succeed under .NET but fail under Java?    stackoverflow.com

We have to create a web service client using Apache CXF in Java. The thing is I cannot seem to get the SSL session to properly engage. Either it ...

3. Configuring JAX-WS over SSL through CXF    stackoverflow.com

hey, I am having somewhat related issue only. Recently the external SOAP interface which were generating client for changed to https one. and I had an old code base at hand ...

4. Can't get SSL configured for Apache CXF and JAX-RS    stackoverflow.com

I'm having trouble getting the configuration right to get my CXF REST client to talk to my CXF server. I get the dreaded javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure. The strange thing ...

5. Apache CXF Exception in SSL communication: SocketTimeOut    stackoverflow.com

So here's the deal. I have a web service WSDL that I need to make SOAP calls to outside my corporate network. The webservice is HTTPS SOAP, and requires ...