Searched refs:supportsSSL (Results 1 – 8 of 8) sorted by relevance
/plugin/fedauth/Auth/Yadis/ | ||
H A D | HTTPFetcher.php | 57 if ($this->isHTTPS($url) && !$this->supportsSSL()) { |
H A D | PlainHTTPFetcher.php | 32 function supportsSSL() function in Auth_Yadis_PlainHTTPFetcher |
H A D | ParanoidHTTPFetcher.php | 66 function supportsSSL() function in Auth_Yadis_ParanoidHTTPFetcher |
/plugin/openid/Auth/Yadis/ | ||
H A D | HTTPFetcher.php | 64 if ($this->isHTTPS($url) && !$this->supportsSSL()) { |
H A D | PlainHTTPFetcher.php | 32 function supportsSSL() function in Auth_Yadis_PlainHTTPFetcher |
H A D | ParanoidHTTPFetcher.php | 76 function supportsSSL() function in Auth_Yadis_ParanoidHTTPFetcher |
/plugin/fedauth/Auth/OpenID/ | ||
H A D | Discover.php | 578 if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) { |
/plugin/openid/Auth/OpenID/ | ||
H A D | Discover.php | 611 if ($fetcher->isHTTPS($uri) && !$fetcher->supportsSSL()) { |