summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index be3c6c9..2a3e937 100644
--- a/index.php
+++ b/index.php
@@ -75,6 +75,7 @@ print_header("", "home");
$ch = curl_init("https://news.archlinux32.org/rss.php");
curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
+curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
$news32 = curl_exec($ch);
curl_close($ch);
$news32 = simplexml_load_string($news32);