hello every body,
iam trying to open a out put stream to a secure server
and when i do this it gives me this error called IO:javax,net.sslexceotion
unknown server cert chain
i went to the jsse docs and found out 3 solutions to these problems
one was debugging using java -Djavax.net.debug=all MyApp
that i did but couldnt solvve the problem
does anybody know java support for ssl 3.1
i can open a stream to https//www.verign.com
but this secure server which iam talking to uses ssl version 3.1
pls help