No se puede establecer una conexión LDAP segura usando perl NET::LDAPS

No se puede establecer una conexión LDAP segura usando perl NET::LDAPS

Intento establecer una conexión segura del servidor AD (w2k12) usando perl Net::LDAPs.

Pasos:

$ldaps = Net::LDAPS->new('AD.server.ip', port => '636', verify => 'none', capath => 'W2K12AD-0-CA');
$binddn = "Administrator\@NAS.net";
$mesg = $ldaps->bind (dn=>$binddn, password=>'xxxx' );

Dándome error como:

errorMessage' => 'I/O Error An existing connection was forcibly closed by the remote host.

Cualquier ayuda sería genial.

información relacionada