Home
last modified time | relevance | path

Searched refs:proxy_ssl (Results 1 – 4 of 4) sorted by relevance

/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php31 $this->proxy_ssl = $conf['proxy']['ssl'];
H A DHTTPClient.php54 public $proxy_ssl; //boolean set to true if your proxy needs SSL variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
197 $use_tls = $this->proxy_ssl;
/plugin/elwikiupgrade/
H A DHTTPClient.php64 var $proxy_ssl; //boolean set to true if your proxy needs SSL variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
205 $use_tls = $this->proxy_ssl;
897 $this->proxy_ssl = $conf['proxy']['ssl'];
/plugin/linkback/
H A Dhttp.php86 if ($port == 443 || $this->proxy_ssl)