ld = ldap_sslinit("Testserver", 22223, 1);
Error 0 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3);
Error 81 = ldap_connect(hLdap, NULL);
Server error: <empty>
Error <0x51>: Fail to connect to <fqdn>.
Error 0 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3);
Error 81 = ldap_connect(hLdap, NULL);
Server error: <empty>
Error <0x51>: Fail to connect to <fqdn>.
i am not able to connect via SSL LDAP
i am using server 2008 R2
i have tried lot of stuff and failed can any one help me on this it will a great help
below is the scenario
server A- dc
server B- member of dc with lds instace installed and CA installed
i am trying to connect to lds instance from server B which is itself in server B.
i am able to connect without ssl but in ssl i have tryied most of things .
please help