add clear
This commit is contained in:
@@ -633,11 +633,6 @@ class HttpClient
|
|||||||
curl_setopt($ch, CURLOPT_USERAGENT, $this->agent);
|
curl_setopt($ch, CURLOPT_USERAGENT, $this->agent);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->ssl_cert_file)) {
|
|
||||||
var_dump($this->getSslCertFile());
|
|
||||||
var_dump($this->getSslKeyFile());
|
|
||||||
}
|
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_SSLCERT, $this->getSslCertFile());
|
curl_setopt($ch, CURLOPT_SSLCERT, $this->getSslCertFile());
|
||||||
curl_setopt($ch, CURLOPT_SSLKEY, $this->getSslKeyFile());
|
curl_setopt($ch, CURLOPT_SSLKEY, $this->getSslKeyFile());
|
||||||
curl_setopt($ch, CURLOPT_NOBODY, FALSE);
|
curl_setopt($ch, CURLOPT_NOBODY, FALSE);
|
||||||
|
|||||||
Reference in New Issue
Block a user