From ad09d023481f03b6dc835bf86f2999e40ab63b37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Feb 2011 11:09:56 +0100 Subject: fix co-maintainer list : only approved ones --- class/FedoraClient.php | 1 + 1 file changed, 1 insertion(+) (limited to 'class') diff --git a/class/FedoraClient.php b/class/FedoraClient.php index 42a590b..62f8eac 100644 --- a/class/FedoraClient.php +++ b/class/FedoraClient.php @@ -98,6 +98,7 @@ abstract class FedoraClient // Follow redirect curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); curl_setopt($curl, CURLOPT_MAXREDIRS, 5); + curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); // Set standard headers curl_setopt( -- cgit