diff --git a/parse.php b/parse.php index 554d687..4a3c258 100644 --- a/parse.php +++ b/parse.php @@ -77,6 +77,7 @@ public function request($args){ )); } curl_setopt($c, CURLOPT_CUSTOMREQUEST, $args['method']); + curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false); $url = $this->_parseurl . $args['requestUrl']; if($args['method'] == 'PUT' || $args['method'] == 'POST'){ @@ -217,4 +218,4 @@ public function __toString() { } -?> \ No newline at end of file +?>