Home
last modified time | relevance | path

Searched refs:isHTTPS (Results 1 – 8 of 8) sorted by path

/plugin/adfs/phpsaml/
H A DCHANGELOG202 * Improve isHTTPS method in order to support HTTP_X_FORWARDED_PORT.
H A DREADME.md1210 * `isHTTPS` Checks if the protocol is https or http.
1218 …load balancer we can execute `setProxyVars(true)` and `setSelfPort` and `isHTTPS` will take care o…
1220 …Port` and `getBaseURLPath` to define a specific value to be returned by `isHTTPS`, `getSelfHost`, …
1464 * `isHTTPS` - Checks if https or http.
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php578 if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) {
595 if (!$fetcher->isHTTPS($e->server_url)) {
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php57 if ($this->isHTTPS($url) && !$this->supportsSSL()) {
100 function isHTTPS($url) function in Auth_Yadis_HTTPFetcher
H A DParanoidHTTPFetcher.php167 $this->isHTTPS($url)) {
242 $this->isHTTPS($url)) {
/plugin/openid/Auth/OpenID/
H A DDiscover.php611 if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) {
628 if (!$fetcher->isHTTPS($e->server_url)) {
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php64 if ($this->isHTTPS($url) && !$this->supportsSSL()) {
113 function isHTTPS($url) function in Auth_Yadis_HTTPFetcher
H A DParanoidHTTPFetcher.php194 $this->isHTTPS($url)) {
269 $this->isHTTPS($url)) {