It looks like you're new here. If you want to get involved, click one of these buttons!
Does ldap-users-sync works with the latest versin of TLS?
Pierre-Nicolas
Comments
Please check https://github.com/adldap/adLDAP/wiki/LDAP-over-SSL to have more details.
Best regards,
This is the trick:
putenv('LDAPTLS_CIPHER_SUITE=NORMAL:!VERS-TLS1.2');
Which will disable TLS1.2 negotiation, because GnuTLS and SChannel TLS1.2 implementation are not yet compatible.