VisualAppeal / Matomo-PHP-API

PHP wrapper for the Matomo API.
MIT License
95 stars 33 forks source link

Please add CURLOPT_SSL_VERIFYPEER to curl request for piwik installations over ssl #7

Closed michaelmohamed closed 9 years ago

michaelmohamed commented 9 years ago

Please add the following to the _request() function.

curl_setopt($handle, CURLOPT_SSL_VERIFYPEER, false);