<div dir="ltr">This is what i got:<div><br></div><div><p style="margin:0px;font-size:18px;line-height:normal;font-family:Monaco;color:rgb(245,245,245);background-color:rgb(0,0,0)">Could not Activate TLS connection</p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 23, 2016 at 12:46 PM, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 24/02/2016 9:10 a.m., Nando Mendonca wrote:<br>
> Hi All,<br>
><br>
> I had Squid 3.5.12 runningĀ  with ldap authentication on port 389 great. I now needĀ  to run squid on port 636. With my same configuation i'm unable to get squid working.<br>
><br>
> What compile options do i need? I was using basic_ldap_auth do i need to use something else?<br>
><br>
> I can communicate from the Squid server to the ldap server on port 636 using ldapsearch.<br>
<br>
</span>You you need to set the auth helper parameters to point at the LDAP<br>
server on port 636.<br>
<br>
<<a href="http://www.squid-cache.org/Versions/v4/manuals/basic_ldap_auth.html" rel="noreferrer" target="_blank">http://www.squid-cache.org/Versions/v4/manuals/basic_ldap_auth.html</a>><br>
<br>
Given that 636 is the port for LDAPS (not LDAP). You are probably just<br>
missing out the -Z option to tell Squid to use TLS / LDAPS when taking<br>
to the server.<br>
<br>
<br>
<br>
You only need to rebuild if the helper does not accept -Z cmdline<br>
parameter. In which case you will need to upgrade your LDAP libraries to<br>
a set that support TLS and LDAP v3 communication before rebuilding Squid.<br>
<span class="HOEnZb"><font color="#888888"><br>
Amos<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>