diff --git a/library/Litmus/RESTful/Client.php b/library/Litmus/RESTful/Client.php index 8c5eb98..a74095b 100644 --- a/library/Litmus/RESTful/Client.php +++ b/library/Litmus/RESTful/Client.php @@ -95,6 +95,7 @@ private function _initCurlSession($uri) curl_setopt($this->_curl_handle, CURLOPT_USERPWD, sprintf('%s:%s', $this->_api_username, $this->_api_password)); curl_setopt($this->_curl_handle, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($this->_curl_handle, CURLOPT_SSL_VERIFYPEER, 0); } /**