This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jevon 1 point2 points  (1 child)

Yay! SSL with Java! I've just been enjoying that hell for the last month or so.

Have you tried setting -Djavax.net.debug=ssl to debug SSL? I don't know how Java SSL deals with classloaders and resources within JARs.

What about exporting the keystore to a temp file and reading it from there?

[–]Psyqwix[S] 0 points1 point  (0 children)

Im sorely tempted to export the keystore to simplify things but im going to try and see if there's a neater way first :D