diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-02-05 11:09:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-02-05 11:09:56 +0100 |
commit | ad09d023481f03b6dc835bf86f2999e40ab63b37 (patch) | |
tree | 16618319228978a42372402d5b8fa53544a97de0 /class/FedoraClient.php | |
parent | eb425e1bee76cb6ec7196506954229e77eea82ef (diff) |
fix co-maintainer list : only approved ones
Diffstat (limited to 'class/FedoraClient.php')
-rw-r--r-- | class/FedoraClient.php | 1 |
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( |