Closed danbo closed 8 years ago
Please connect over a secure https:// connection.
Alternatively, you can disable the https option to FastCGI but it will be unsafe:
sed -i 's/fastcgi_param HTTPS on;/ fastcgi_param HTTPS off;/g' /etc/nginx/kolab.conf
Whether I use the docker hub image or compile one myself, pykolab.log shows
2016-01-27 22:40:46,818 saslauthd ERROR kolab-saslauthd could not accept connections on socket: error(4, 'Interrupted system call') 2016-01-27 22:40:52,116 pykolab.auth ERROR An error occured using _regular_search: SERVER_DOWN({'desc': "Can't contact LDAP server"},)
I see its running and the slapd log says accepting connections, so I'm not sure what's wrong.