Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"No trusted certificate" exception in SSL?

Status
Not open for further replies.

jollyplay

Programmer
Dec 16, 2003
90
Hi,

I'm using SSL for Axis Webservice security. When executing the client I'm recieving the error. I followed the instruction provided in the apache website for SSL. I made changes in server.xml and etc.

Please provide me any suggestions.

Thanks in advance.
 
Appears my telepathic interpreter is offline.

Could you perhaps tell us what "the error" is ?

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
(I mean post the stack trace and any other relevant debug info)

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Hi sedj,

I cleared that error. But now i'm recieving "java.net.SocketException: Default SSL context init failed: Keystore was tampered with, or password was incorrect".

I created a keystore in my folder. I specified the keystorefile and password in server.xml.

I included the following two lines
System.setProperty("javax.net.ssl.keyStore", "C:\\cd\\keystore");
System.setProperty("javax.net.ssl.keyStorePassword", "password");

Help me to sole this issue.

Thanks in advance.
 
It would seem as if the problem is due to bad config.

Have a read of these links and see if they apply to your problem :


If they don't help, then there seems to be quite a lot of people having similar issues :




--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top