Hi,
During initial communication setup with LDAP server with TLS on we are doing:
ldap_initialize()
ldap_set_option()
ldap_start_tls_s()
ldap_sasl_bind_s()
and
We are running the LDAP server remotely
We observed that ldap_start_tls_s() is taking around 15 sec time to execute.
Anybody has any idea why this is taking this much time?
Please help
Thanks,
Sayantan Ray