Skip to content

Commit

Permalink
Merge pull request #6 from smentink/feature/fix-certificate-error
Browse files Browse the repository at this point in the history
Let certificates be handled by the server.
  • Loading branch information
edwinkruis058 authored Feb 18, 2021
2 parents e86b2ca + 60f25fd commit b7de562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Model/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ private function post($path, $data)
));
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CAINFO, dirname(dirname(__FILE__)) . '/etc/cabundle.crt');

curl_exec($ch);

Expand Down

0 comments on commit b7de562

Please sign in to comment.