[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP startTLS is taking time
- To: openldap-technical@openldap.org
- Subject: LDAP startTLS is taking time
- From: Sayantan Ray <ray.sayantan@gmail.com>
- Date: Wed, 18 May 2011 12:56:30 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=N8ZjozeT0QpGCnQa5SOwj2ySUepQQ7SkFcrL5fRhD/A=; b=LeEoPfCib1QbbicNfC32Wh+nngzmXBsNQxg1LwFp+HwsKQViqfjnx2E1t6gdIaFuPt 6mFgYvIpEYcWAGtHqSCa3MjyV9q6noH1xN9LZzaKLIKtsNMDDnpbHNTo+9LlCc2xU3HU WUBYb5juym3X+OFatEcxqRSUzcT7cQ2iyOmjo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ij4a6pCiC504o397THG6PV9v33SrDhciv2GPrxfoPNzy8HwkPO6tQAfWmIfDx15bNj UNKS7jNAq0mX7uu5HB6cwGRJAny+KD5EdAbuS0D4ONpHOAzDtMWnMonYdMOcuVar51xk aBkOz/kH5F8Ozt5szjpdM9ZjkdLPxqSuI5WwA=
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