cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service - SSL handshake problem

Former Member
0 Kudos

I'm trying to stabilish a SSL connection to Web Service using the Jakarta AXIS WebService (client) API in WAS environment.

And sometimes i got the follow stacktrace:

; nested exception is: 
	javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found

Does someone have any tip to help me solve this problem?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

hofmann
Active Contributor
0 Kudos

Hi,

you will have to import the server SSL certificate from the webservice into you client. To do this, you will have to import it into the keystore of your client.

br,

Tobias