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 1048882 commit 153671aCopy full SHA for 153671a
JotForm.php
@@ -77,6 +77,7 @@ private function _executeHttpRequest($path, $params=array(), $method){
77
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
78
curl_setopt($ch,CURLOPT_USERAGENT,"JOTFORM_PHP_WRAPPER");
79
curl_setopt($ch,CURLOPT_HTTPHEADER, array('APIKEY: '.$this->apiKey));
80
+ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
81
82
if ($method=="POST"){
83
$this->_debugLog("posting");
0 commit comments