@@ -445,7 +442,7 @@ public class ConnectionManagerImpl extends BasicModule implements ConnectionMana
sslSocketAcceptor,maxBufferSize);
// Add the SSL filter now since sockets are "borned" encrypted in the old ssl method
// Add the SSL filter now since sockets are "born" encrypted when using the legacy SSL port. On the non-legacy port, a non-encrypted socket is elevated to an encrypted one after negotiation.