[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 81 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: init_checkssl_test - X-Ref
test1() X-Ref |
Running behind an SSL proxy, HTTP between server and proxy HTTPS not set HTTP_X_FORWARDED_PROTO set to https |
test2() X-Ref |
Running behind a plain HTTP proxy, HTTP between server and proxy HTTPS not set HTTP_X_FORWARDED_PROTO set to http |
test3() X-Ref |
Running behind an SSL proxy, HTTP between server and proxy HTTPS set to off, HTTP_X_FORWARDED_PROTO set to https |
test4() X-Ref |
Not running behind a proxy, HTTPS server HTTPS set to on, HTTP_X_FORWARDED_PROTO not set |
test5() X-Ref |
Not running behind a proxy, plain HTTP server HTTPS not set HTTP_X_FORWARDED_PROTO not set |
test6() X-Ref |
Not running behind a proxy, plain HTTP server HTTPS set to off HTTP_X_FORWARDED_PROTO not set |
test7() X-Ref |
Running behind an SSL proxy, SSL between proxy and HTTP server HTTPS set to on, HTTP_X_FORWARDED_PROTO set to https |