Is it possible to use TCPServer with a SecureServerSocket? I have a simple prototype server that works fine with ServerSocket, but substituting SecureServerSocket seems to prevent a connection from being made. In the latter case, the connection factory's createConnection is never called.
Anyone have a suggestion or an examples? I'd be so happy if you did...
btw, I have a properties file that has
openSSL.client.verificationMode = none
openSSL.client.verificationDepth = 0
openSSL.server.verificationMode = none
openSSL.server.verificationDepth = 9





