Page 1 of 1

Unable to start TLS

Posted: Wed May 16, 2018 5:04 pm
by cinampr
Hi everyone

I have zimbra collaboration opensource in esxi 6.0 host , last night I just turn the machines and host off for increasing the amount of RAM . but when I turn on the host and machine the zimbra does not start correctly and get this error

Starting ldap...Done.
Unable to start TLS: SSL connect attempt failed error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed when connecting to ldap master.

does anyone know whats wrong ?
please help !

thanks

Re: Unable to start TLS

Posted: Wed May 16, 2018 9:49 pm
by axslingr
You can try stopping zimbra services, run these two commands and start zimbra back up:

Code: Select all

zmlocalconfig -e ldap_starttls_supported = 0
zmlocalconfig -e ldap_starttls_required = false
Lance