I was able to fix those errors by copying the commercial cert from the main server to this server and running the following:
Code:
/opt/zimbra/java/bin/keytool -import -alias new -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit -file /tmp/commercial.crt
However, the replica server still doesn't seem to be working properly. The logs appear to be showing that ldap data is replicated, but when I run ldapsearch, I get nothing:
Code:
[root@replica /]# ldapsearch -h replica -x
# extended LDIF
#
# LDAPv3
# base <> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 0 Success
# numResponses: 1
Please help!