Release 1.0.0
-
SSL works with self-signed certifcates made with the java keytool (change the passwords!), see the
runtests.m
file for example usage:
keytool -genkey -validity 3650 -keystore "keystore.jks" -storepass "storepassword" -keypass "keypassword" -alias "default" -dname "CN=127.0.0.1, OU=MyOrgUnit, O=MyOrg, L=MyCity, S=MyRegion, C=MyCountry"
-
Fixed issue #1 by updating to recently released Java-Websocket version