You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Yogesh Gupta <yo...@hotmail.com> on 2005/01/26 04:22:17 UTC

sslhandshakeexception: unknown certificate

We were having our application running fine under websphere 4.0
Now, we are upgrading to websphere 5.0, keeping the same setup and code and we are getting error,

sslhandshakeexception: unknown certificate

We have the certificate in the keystore file.

When we look at the system properties, we have,

java.protocol.handler.pkgs=com.ibm.net.ssl.internal.www.protocol

Is it because of this property.

How can we set it to,

java.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol|org.apache.axis.transport|

Will this setting change fix the problem.

Thanks,
Yogesh.