Hello,

I have been using a Django snippet (http://www.djangosnippets.org/
snippets/901/) to authenticate over LDAP with our Active Directory.
It's been working fine without SSL, but I am having some problems
getting it up and running with SSL. I have the SSL certificate (base
64 encoded) for our domain, and I have OPT_X_TLS_CACERTFILE set to the
path the file is in. However, I get the following error when I use
SSL:

SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

I'm not sure whether the certificate that I'm using is encoded
incorrectly or whether I need the actual server's own public
certificate versus the domain's public certificate. The ldap
documentation is pretty sparse. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to