skalyanasundaram writes: > But Hallvard is saying > "> TLS works on 636? > Yup. " > > So what i tried is i initiated a ldap_initialize(&ld,"ldaps://XX") > and ldap_start_tls_s it returns 1 "Operations Error". > So i guess 636 already SSL enabled and will not allow TLS on that, because > no need , it is already secured one. Am i right?
Oh. You mean StartTLS, not TLS. StartTLS is an LDAP request for the connection to switch to TLS (alias SSL) protocol. StartTLS does indeed not work on 636, since SSL/TLS already active on that port. -- Regards, Hallvard --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
