View Single Post
  #2 (permalink)  
Old 09-16-2008, 11:23 AM
bibo bibo is offline
Senior Member
 
Posts: 55
Default

Hi All,

I think that I found my problem in log bellow.

zmmtaconfig.log:Tue Sep 16 13:40:19 2008 Skipping getAllMemcachedServers ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.net.ssl.SSLPeerUnverifiedException hostname of the server 'mailhost.mydomain.br' does not match the hostname in the server's certificate.)

Then, I run the command bellow and I can start my server.
[zimbra@mailhost]$ zmlocalconfig -e ssl_allow_mismatched_certs=true

But I have another problem. I have two names to my server:
1- mailhost.mydomain.br (for general purpouse)
2- webmail.mydomain.br (for web clients)

When I used the "Certificate Installation Wizard" I fill out with:
Common Name: webmail.mydomain.br
Subject Alternative Name: mailhost.mydomain.br

But the Wizard didnīt write this information in csr file. I have only discovered this when I checked the "View Certificate" In "Manage Certificates".
Subject: /CN=webmail.mydomain.br
Subject Alternative Name: webmail.mydomain.br, othername:

Why is the othername empty?
How do I generate my certificate with two names to resolv this problem?
Or there is another solution?

Best regards,
Bibo
Reply With Quote