simplepie: enable https and digest auth
This commit is contained in:
@@ -7583,6 +7583,9 @@ class SimplePie_File
|
||||
curl_setopt($fp, CURLOPT_MAXREDIRS, $redirects);
|
||||
}
|
||||
|
||||
curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, false);
|
||||
curl_setopt($fp, CURLOPT_HTTPAUTH, CURLAUTH_ANY);
|
||||
|
||||
$this->headers = curl_exec($fp);
|
||||
if (curl_errno($fp) == 23 || curl_errno($fp) == 61)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user