Searched refs:isHTTPS (Results 1 – 8 of 8) sorted by relevance
57 if ($this->isHTTPS($url) && !$this->supportsSSL()) {100 function isHTTPS($url) function in Auth_Yadis_HTTPFetcher
167 $this->isHTTPS($url)) {242 $this->isHTTPS($url)) {
64 if ($this->isHTTPS($url) && !$this->supportsSSL()) {113 function isHTTPS($url) function in Auth_Yadis_HTTPFetcher
194 $this->isHTTPS($url)) {269 $this->isHTTPS($url)) {
578 if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) {595 if (!$fetcher->isHTTPS($e->server_url)) {
611 if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) {628 if (!$fetcher->isHTTPS($e->server_url)) {
202 * Improve isHTTPS method in order to support HTTP_X_FORWARDED_PORT.
1210 * `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.