Method Protocols.LDAP.client()->start_tls()
- Method
start_tls
intstart_tls(void|SSL.Contextcontext)- Description
Requests that a SSL/TLS session be negotiated on the connection. If the connection is already secure, this call will fail.
- Parameter
context an optional SSL.context object to provide to the SSL/TLS connection client.
Returns
1on success,0otherwise.