aspose file tools
The moose likes Web Services and the fly likes Certificate not trusted - Unable to set AxisProperties Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Certificate not trusted - Unable to set AxisProperties" Watch "Certificate not trusted - Unable to set AxisProperties" New topic
Author

Certificate not trusted - Unable to set AxisProperties

krishna ganapa
Greenhorn

Joined: Dec 07, 2007
Posts: 2
Hi,
I am getting Certificate not trusted exception

Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
at com.ibm.jsse2.bx.a(Unknown Source)
at com.ibm.jsse2.by.a(Unknown Source)
at com.ibm.jsse2.by.a(Unknown Source)
at com.ibm.jsse2.w.a(Unknown Source)
at com.ibm.jsse2.w.a(Unknown Source)
at com.ibm.jsse2.v.a(Unknown Source)
at com.ibm.jsse2.by.a(Unknown Source)
at com.ibm.jsse2.by.l(Unknown Source)
at com.ibm.jsse2.by.startHandshake(Unknown Source)
at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:228)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:157)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:114)

When i use self signed certificate from provide it works. To avoid adding provider's self signed certificate to my keystore i have used the following

AxisProperties.setProperty("org.apache.axis.components.net.SecureSocketFactory","org.apache.axis.components.net.IBMFakeTrustSocketFactory");

I am using IBM RAD and have compiles Axis with IBM JDK.

The control is not going to IBMDakeTrustSocketFactory at all. Could any one advise?

Thanks a lot,
--Kiran
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Certificate not trusted - Unable to set AxisProperties
 
Similar Threads
Publishing through RAD throws javax.net.ssl.SSLHandshakeException
Certificate Exception after signing the applet
Web Service with SSL Certificate exception
No Trusted keystore found
Java client calling ssl web service on WAS7