Quote:
Originally Posted by Danmaigoro Our Zimbra was working fine but today suddenly the system rebooted when it came back it fail to start and gave us the following errors: Which we try all possible solution within our knowledge, but still problem not yet solved.
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Starting logger...Failed.
Starting logswatch...ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed) |
Note : I think it would better to start a new thread instead of replying the old thread
Your certificate was expired. Check it out by using the following command (using root permission) :
Code:
/opt/zimbra/bin/zmcertmgr viewdeployedcrt
To renewal the expired certificate, do the following command :
Code:
/opt/zimbra/bin/zmcertmgr createca -new
/opt/zimbra/bin/zmcertmgr createcrt -new -days 365
/opt/zimbra/bin/zmcertmgr deploycrt self
/opt/zimbra/bin/zmcertmgr deployca