HTTP_SSL_CIPHER Not Detected
kwinters - September 15, 2009 - 16:17
| Project: | Secure Pages |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
In function securepages_is_secure, it is only checking one of the possible $_SERVER vars.
Patch attached will also check for HTTP_SSL_CIPHER, which will also only be found on HTTPS. Note that I made it using SVN, so the version headers won't quite match up.
| Attachment | Size |
|---|---|
| securepages-HTTP_SSL_CIPHER.patch | 607 bytes |

#1
status