summaryrefslogtreecommitdiffstats
path: root/class
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-02-05 11:09:56 +0100
committerRemi Collet <fedora@famillecollet.com>2011-02-05 11:09:56 +0100
commitad09d023481f03b6dc835bf86f2999e40ab63b37 (patch)
tree16618319228978a42372402d5b8fa53544a97de0 /class
parenteb425e1bee76cb6ec7196506954229e77eea82ef (diff)
fix co-maintainer list : only approved ones
Diffstat (limited to 'class')
-rw-r--r--class/FedoraClient.php1
1 files changed, 1 insertions, 0 deletions
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(