Posted By:
Alejandro_Ruiz
Posted On:
Tuesday, February 26, 2002 09:18 AM
I found an example in javaworld that is used to run a SSL server. They say it must be executed using the next command line:
java -Djavax.net.debug=none -Djavax.net.ssl.keyStore=testkeys -Djavax.net.ssl.keyStorePassword=passphrase HelloServerSSLMultiple
After I run it i recieve a SocketException: no SSL Server Sockets
Do you have any idea why i get that exception?