Ticket #601 (enhancement)
Opened 2 years ago
Last modified 2 years ago
Additional WSGI entries needed
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
From http://www.python.org/dev/peps/pep-0333/
A server or gateway should attempt to provide as many other CGI variables as are applicable. In addition, if SSL is in use, the server or gateway should also provide as many of the Apache SSL environment variables as are applicable, such as HTTPS=on and SSL_PROTOCOL.
Change History
11/18/06 18:00:35: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [1438] and [1440]. pyOpenSSL doesn't provide access to all the SSL_* values.