SSLServerSocket and certificate setup
I wrote a client/server Java program using ServerSocket and Socket objects. I then modified the code to use SSLServerSocket and 'SSLSocket` however I am getting different Exceptions thrown including: javax.net.ssl.SSLHandshakeException: no cipher suites in common I am hoping to do as much programmatically as I can. I am also okay with self signed certificates. One tutorial I followed suggested creating a certificate with the keytool java application, then moving that file into your java project. I have done that with the terminal command keytool -genkey -alias zastore -keyalg RSA -keystore za