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.

Reply via email to