mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
Add SSL failure reason to TLS: can't connect message.
This commit is contained in:
parent
87ba3eb8b0
commit
25f81a48e6
1 changed files with 2 additions and 1 deletions
|
|
@ -822,7 +822,8 @@ ldap_int_tls_connect( LDAP *ld, LDAPConn *conn )
|
|||
#endif
|
||||
}
|
||||
|
||||
Debug( LDAP_DEBUG_ANY,"TLS: can't connect.\n",0,0,0);
|
||||
Debug( LDAP_DEBUG_ANY,"TLS: can't connect: %s.\n",
|
||||
ld->ld_error ? ld->ld_error : "" ,0,0);
|
||||
|
||||
ber_sockbuf_remove_io( sb, &sb_tls_sbio,
|
||||
LBER_SBIOD_LEVEL_TRANSPORT );
|
||||
|
|
|
|||
Loading…
Reference in a new issue