https://bugs.openldap.org/show_bug.cgi?id=9259
Bug ID: 9259 Summary: PHP ldap_start_tls function does not work on Windows (No Official Documentation) Product: OpenLDAP Version: 2.4.44 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: auth1299@yahoo.com Target Milestone: ---
Created attachment 731 --> https://bugs.openldap.org/attachment.cgi?id=731&action=edit php function I wrote.
I am unable to get PHP function "ldap_start_tls" to work. I'm using PHP version 7.1.10 on windows 2016 server.
Documentation is at the link below but for windows, nothing works. https://www.php.net/manual/en/function.ldap-start-tls.php
I can't even get proper debug information to work which makes it impossible for me to resolve any issues. The only information I get back is this: LDAP RESULT: -11 - Connect error
Debug command I am using. ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
I have attached the php function I am using.