diff options
| author | 2012-10-30 22:49:20 +0100 | |
|---|---|---|
| committer | 2012-10-30 22:49:20 +0100 | |
| commit | 1949c870239a9934dd00a2f2e2cba0c6c3aa2f85 (patch) | |
| tree | cc10d34cd6d2523524a116105dea82f23eb38793 /lib | |
| parent | 0f2891f4325d6f88845790393d006883831118fd (diff) | |
Correction bug problème de certificat SSL non valide
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lib_simplepie.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_simplepie.php b/lib/lib_simplepie.php index 6f7aac1ef..3e14249f1 100644 --- a/lib/lib_simplepie.php +++ b/lib/lib_simplepie.php @@ -4269,6 +4269,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, 0); 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); |
