Java SSL Server: certificate_unknown
843811Jun 1 2010 — edited Jun 7 2010OK here's the scoop:
This is my first time messing with SSL. I based my sample program off: http://stilius.net/java/java_ssl.php
My project and his sample look almost exactly the same (except I manually set the key stores using System.setProperty() and I have a few print lines for debugging), and I copied the generated keystore from the server side to the client working directory. I keep getting the same exceptions over and over.
I can't seem to figure out what exactly I'm doing wrong. Please help!