hi,
i have a
java application which is communicating to a webservice written in .NET. When I try running my java web service client, its giving me "SSLHandShakeException". Problem with the certificate. I have got jdk 1.5 and jre 1.5, also I have got the verisign certificate that comes with the jdk 1.5. The .NET webservice also has the same certificate. But when I run it, it gives me the above error. Could some body throw some light on this?
Thanks.