Hello, i am facing a problem with the TLS authentication in my Zimbra Server. When i try to make a 'normal' bind in Zimbra ldap, its goes ok. But if i use the tls option, it's give me this error :
Quote:
May 6 11:30:30 ubuntu getent: nss-ldap: do_open: do_start_tls failed:stat=-1
May 6 11:32:27 ubuntu getent: nss-ldap: do_open: do_start_tls failed:stat=-1
May 6 11:36:56 ubuntu getent: nss-ldap: do_open: do_start_tls failed:stat=-1
|
My ldap.conf :
Quote:
host marechal
base dc=marechal,dc=saude,dc=al,dc=gov,dc=br
binddn uid=zimbra,cn=admins,cn=zimbra
bindpw MYPASSWD
rootbinddn uid=zimbra,cn=admins,cn=zimbra
port 389
bind_policy soft
nss_reconnect_tries 2
uri ldap://marechal/
ssl start_tls
tls_cacertdir /opt/ca
tls_checkpeer no
|
I copied the files from my Zimbra Server ( /opt/zimbra/conf/ca ) to my other machine ( /opt/ca ) and i put a chmod 777 in the directory.
Someone its the same problem or maybe know how i can fix this.
Thanks