Opened 17 years ago

Closed 17 years ago

#5771 closed (worksforme)

No support for ssl client certificates

Reported by: lmierzej Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I may be wrong, but django has no support for ssl client certificates...
I even couldn't find a way to access apache ssl client certificate variables. Is it?

It would be great if django at least offered access to ssl client certificate variables. Any support for ssl client certificates would be just awesome :-)

Change History (1)

comment:1 by James Bennett, 17 years ago

Resolution: worksforme
Status: newclosed

If you're running under Apache/mod_python, the full request as passed to Django is available in the _req attribute of the HttpRequest. If you need something more specific, please re-open with more specific details.

Note: See TracTickets for help on using tickets.
Back to Top