<br><font size=2 face="sans-serif">Following up on yesterday's Foundation meeting, here is a little bit of code from JLDAP's implementation to do StartTLS with JSSE:</font>
<br>
<br><font size=2 face="sans-serif">http://www.openldap.org/devel/cvsweb.cgi/~checkout~/com/novell/ldap/LDAPJSSEStartTLSFactory.java?rev=1.2&amp;cvsroot=JLDAP&amp;hideattic=1&amp;sortbydate=0</font>
<br>
<br><font size=2 face="sans-serif">JSSE's javax.net.ssl.SSLSocketFactory.createSocket() accepts an already-connected socket over which to start TLS. (http://java.sun.com/j2se/1.4/docs/api/javax/net/ssl/SSLSocketFactory.html)</font>
<br>
<br><font size=2 face="sans-serif">-Mike</font>