mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

coulbeck
05.44.2007 1222fa1407143a33312cdb8532212cd715062afe
opends/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java
@@ -272,6 +272,11 @@
      // Force TLS negotiation now.
      secureSocket.startHandshake();
//      SSLSession sslSession = secureSocket.getSession();
//      System.out.println("Peer      = " + sslSession.getPeerHost() + ":" +
//           sslSession.getPeerPort());
//      System.out.println("Principal = " + sslSession.getPeerPrincipal());
      return new TLSSocketSession(socket, secureSocket);
    }
    else