Using php 4.0.4pl1 with ssl and ldap support I'm connecting to a secure ldap
server. I want to be able to specify which level of ssl support I use,
either ssl1, ssl2, or ssl3. By default it appears as if php is trying to
connect using ssl3 which on my server fails during the ssl handshake.

How can I tell the ldap_connect() / ldap_bind() functions to use ssl2 instead?

-- 
 Scott

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to