diff options
| author | 2013-04-11 19:48:52 +0200 | |
|---|---|---|
| committer | 2013-04-11 19:48:52 +0200 | |
| commit | b9f883be693ecaf0c956c64b9f3bd52f854cb04a (patch) | |
| tree | c4471e70efb7f1c06b13d1a939865bafd26ed9a9 /lib | |
| parent | c9ae43f262d1e101c659823200cbffbdd5db8ab4 (diff) | |
Gestion des flux https invalides + amélioration mise à jour
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/SimplePie/SimplePie/File.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/SimplePie/SimplePie/File.php b/lib/SimplePie/SimplePie/File.php index b7d1a2ac9..063ad955e 100644 --- a/lib/SimplePie/SimplePie/File.php +++ b/lib/SimplePie/SimplePie/File.php @@ -107,6 +107,7 @@ class SimplePie_File curl_setopt($fp, CURLOPT_REFERER, $url); curl_setopt($fp, CURLOPT_USERAGENT, $useragent); curl_setopt($fp, CURLOPT_HTTPHEADER, $headers2); + curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, false); if (!ini_get('open_basedir') && !ini_get('safe_mode') && version_compare(SimplePie_Misc::get_curl_version(), '7.15.2', '>=')) { curl_setopt($fp, CURLOPT_FOLLOWLOCATION, 1); |
