View Single Post
  #19 (permalink)  
Old 01-30-2008, 11:44 PM
brian brian is offline
Zimbra Employee
 
Posts: 601
Default

If the Admin console and WebUI are still using a self signed cert you most likely still have a copy of the old cert in the java keystore

This will display the contents of the keystore and delete any unnecessary entries. The 5.0.2 upgrade will also automatically correct this bug.
Code:
keytool -list -keystore /opt/zimbra/mailboxd/etc/keystore -storepass `zmlocalconfig -s -m nokey mailboxd_keystore_password`
keytool -delete -alias tomcat -keystore /opt/zimbra/mailboxd/etc/keystore -storepass `zmlocalconfig -s -m nokey mailboxd_keystore_password`
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!

Last edited by brian; 02-22-2008 at 02:48 PM.. Reason: missed option
Reply With Quote