You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by brock samson <br...@hotmail.com> on 2015/03/13 19:23:18 UTC

TLS in embedded ADS2

i am running an embedded ads2, and i would like to enable tls in it. there is a TcpTransport.setEnableSSL() function, but that only works for ldaps. is there a similar one that is specific to tls?
 		 	   		  

RE: TLS in embedded ADS2

Posted by brock samson <br...@hotmail.com>.
thanks, that worked, but it also brought up a followup, which i will post as a new thread.

> Date: Fri, 13 Mar 2015 20:27:44 +0100
> From: elecharny@gmail.com
> To: users@directory.apache.org
> Subject: Re: TLS in embedded ADS2
> 
> Le 13/03/15 19:23, brock samson a écrit :
> > i am running an embedded ads2, and i would like to enable tls in it. there is a TcpTransport.setEnableSSL() function, but that only works for ldaps. is there a similar one that is specific to tls?
> >  		 	   		  
> TLS is established when a startTLS extended request is received by the
> server, from the top of my head, there is nothing to do to get TLS
> installed. Be sure to have the StartTlsHandler extended operation
> present though.
> 
 		 	   		  

Re: TLS in embedded ADS2

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 13/03/15 19:23, brock samson a écrit :
> i am running an embedded ads2, and i would like to enable tls in it. there is a TcpTransport.setEnableSSL() function, but that only works for ldaps. is there a similar one that is specific to tls?
>  		 	   		  
TLS is established when a startTLS extended request is received by the
server, from the top of my head, there is nothing to do to get TLS
installed. Be sure to have the StartTlsHandler extended operation
present though.