Quote:
Originally Posted by phoenix You need to post exact details of your configuration and the exact steps you've taken during installation on the replica, also look in the installation log file for any errors. Is this a completely new installation or what? |
This is basically a new install with no critical data on it. The ldap master server is meant to be a "full zimbra" install.
I want to install a mail gateway (not Zimbra, custom postfix install) and this is the ldap replica I am trying to set up.
Looking at the logs revealed that acccesslog is missing on the master server. zmenablereplica just exited stating that syncreply is already enabled.
I made some changes (copied the script to /tmp to leave the original untuched). Now the setup seems to be complete, just the replication process does not work.
I already run zmupdateauthkeys. And installed the master server's ssl key to the java keystore
I run the ldap replica server in debug mode and get this:
Code:
TLS certificate verification: Error, unable to get local issuer certificate
TLS: can't connect: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (unable to get local issuer certificate).
slap_client_connect: URI=ldap://zebra.ppke.hu:389 Error, ldap_start_tls failed (-11)
do_syncrepl: rid=100 rc -11 retrying
TLS certificate verification: Error, unable to get local issuer certificate
TLS: can't connect: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed (unable to get local issuer certificate).
slap_client_connect: URI=ldap://zebra.ppke.hu:389 Error, ldap_start_tls failed (-11)
do_syncrepl: rid=100 rc -11 retrying
How can I get these certificates right?
TIA