where to configure TLS cipher suite? Now I have some more debug information and it seems that the TLS cipher suite, which Zimbra uses, could be the problem.
Can someone tell me where I can view and configure the TLS cipher suite for LDAP access in Zimbra?
This is the cipher suite on the external LDAP (gnuTLS notation)
cn=config.ldif: olcTLSCipherSuite: +RSA:+AES-256-CBC:+SHA1
Here the debug output of the external LDAP, when connecting from Zimbra:
daemon: listen=7, new connection on 13
daemon: added 13r (active) listener=(nil)
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=zero
daemon: epoll: listen=8 active_threads=0 tvp=zero
daemon: activity on 1 descriptor
daemon: activity on: 13r
daemon: read active on 13
daemon: epoll: listen=7 active_threads=0 tvp=zero
daemon: epoll: listen=8 active_threads=0 tvp=zero
connection_get(13): got connid=1001
connection_read(13): checking for input on id=1001
ber_get_next
ber_get_next: tag 0x30 len 29 contents:
op tag 0x77, time 1277383235
ber_get_next
conn=1001 op=0 do_extended
ber_scanf fmt ({m) ber:
send_ldap_extended: err=0 oid= len=0
send_ldap_response: msgid=1 tag=120 err=0
ber_flush2: 14 bytes to sd 13
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=zero
daemon: epoll: listen=8 active_threads=0 tvp=zero
daemon: activity on 1 descriptor
daemon: activity on: 13r
daemon: read active on 13
daemon: epoll: listen=7 active_threads=0 tvp=zero
daemon: epoll: listen=8 active_threads=0 tvp=zero
connection_get(13): got connid=1001
connection_read(13): checking for input on id=1001 TLS: can't accept: Could not negotiate a supported cipher suite..
connection_read(13): TLS accept failure error=-1 id=1001, closing
connection_closing: readying conn=1001 sd=13 for close
connection_close: conn=1001 sd=13
daemon: removing 13
daemon: activity on 1 descriptor
daemon: activity on:
daemon: epoll: listen=7 active_threads=0 tvp=zero
daemon: epoll: listen=8 active_threads=0 tvp=zero |