We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd732a commit 3008f43Copy full SHA for 3008f43
src/Client.php
@@ -230,6 +230,7 @@ public function callCron($cron_url)
230
$this->_user_agent = 'sequra-cron';
231
$this->initCurl($cron_url);
232
curl_setopt($this->ch, CURLOPT_HTTPGET, 1);
233
+ curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false);
234
$this->sendRequest();
235
curl_close($this->ch);
236
}
0 commit comments