Thanks!
In effect, when I run the search with -d -1 I get
Quote:
[...]
TLS certificate verification: depth: 0, err: 20, subject: /C=US/ST=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=c.correo.uc.edu.ve, issuer: /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=c.correo.uc.edu.ve
TLS certificate verification: Error, unable to get local issuer certificate
tls_write: want=7, written=7
0000: 15 03 01 00 02 02 30 ......0
TLS trace: SSL3 alert write:fatal:unknown CA
TLS trace: SSL_connect:error in SSLv3 read server certificate B
TLS trace: SSL_connect:error in SSLv3 read server certificate B
TLS: can't connect: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed.
[...]
|
If I edit ~zimbra/openldap/etc/openldap/ldap.conf and add
then, ldapsearch -Z ... success.
The master ldap is an old instance with more than a year, so its original certificate expired and I had to generate a new one (which I did by hand), but I don't think I changed the CA. These are the md5sum of the certs in the master:
Quote:
d1c089d9c6dfaa9077cd357b05c86196 ./conf/ca/ca.pem
d1c089d9c6dfaa9077cd357b05c86196 ./ssl/zimbra/ca/ca.pem
|
and these are the ones in the replica:
Quote:
d1c089d9c6dfaa9077cd357b05c86196 ./conf/ca/ca.pem
d1c089d9c6dfaa9077cd357b05c86196 ./ssl/zimbra/ca/ca.pem
|
What can I do to restore the vality fo the certificate in c.correo?