Searched refs:proxy_ssl (Results 1 – 4 of 4) sorted by relevance
/plugin/upgrade/HTTP/ | ||
H A D | DokuHTTPClient.php | 31 $this->proxy_ssl = $conf['proxy']['ssl']; |
H A D | HTTPClient.php | 54 public $proxy_ssl; //boolean set to true if your proxy needs SSL variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient |
/plugin/elwikiupgrade/ | ||
H A D | HTTPClient.php | 64 var $proxy_ssl; //boolean set to true if your proxy needs SSL variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient |
/plugin/linkback/ | ||
H A D | http.php | 86 if ($port == 443 || $this->proxy_ssl) |