[jupyter] Re: JupyterHub cannot talk to LDAP server

2018-09-18 Thread Dave Hirschfeld
https://github.com/jupyterhub/ldapauthenticator/pull/87 On Tuesday, 18 September 2018 05:45:08 UTC+10, Pasle Choix wrote: > > Hello all, > > JupyterHub does not trust my LDAP certificate, I have a LDAP cert file > from system admin and was advised to use it to communicate to LDAP server, > the

[jupyter] Re: JupyterHub cannot talk to LDAP server

2018-09-18 Thread Roland Weber
Hello Raymond, in the link you posted, the author decided to ignore the server certificate. While this is a common "solution" for accepting non-default certificates, it is also insecure. On a high level, you need to tell the TLS/SSL logic to trust the certificate which the administrator gave