diff options
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( |