| Author |
SSLHandshakeException
|
David McCombs
Ranch Hand
Joined: Oct 17, 2006
Posts: 212
|
|
I am trying to write a stand alone SSLSocket application. I created the certificate with this line: keytool -genkey -keystore serverkeys -keyalg rsa -alias chat The SSLServerSocket gets created with no issues. The server accepts connections from the client without complaint. The problem is when I try and create the IO streams. On the server side this is the exception: here is the relevant code: and On the client side, I get this exception: The code: What am I missing?
|
"Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration."- Stan Kelly-Bootle
|
 |
 |
|
|
subject: SSLHandshakeException
|
|
|