https://bugs.openldap.org/show_bug.cgi?id=9320
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Summary|ldapsearch nettimeout |ldapsearch nettimeout |doesn't work with startTls |doesn't work with startTLS |when the server address is |when the server address is |not reachable |not reachable Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- In all likelihood, you simply lucked out here. We generally can't set a timeout here because it would require the library functions to use async I/O and not all engines are async capable, you can see this from the OpenSSL documentation.
SSL_MODE_ASYNC Enable asynchronous processing. TLS I/O operations may indicate a retry with SSL_ERROR_WANT_ASYNC with this mode set if an asynchronous capable engine is used to perform cryptographic operations.