Thanks for your reply, but as far as I understand Java SSLSockets, they run in a non-intrusive way, i.e. one has to define a keystore and one has to use the SSLServerSocketFactory class for a SSLServerSocket. Two System.Properties define the location of the keystore and its password. It works fine t...