View Single Post
  #12 (permalink)  
Old 01-03-2008, 06:28 PM
brian brian is offline
Zimbra Employee
 
Posts: 604
Default

2 common causes are either the keystore not being valid or the jetty.xml not having all the proper settings.

You can verify the keystore with
Code:
 keytool -list -keystore /opt/zimbra/jetty/etc/keystore -storepass `zmlocalconfig -m nokey -s mailboxd_keystore_password`
A common missing config item is the zimbraAdminUrl. You can verify that it's present with

Code:
 zmprov gs `zmhostname` zimbraAdminUrl
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote