|
curl_setopt($request, CURLOPT_SSL_VERIFYPEER, false); |
|
curl_setopt($request, CURLOPT_SSL_VERIFYHOST, 0); |
There shouldn't be a reason that you need to blindly disable TLS verification by default. Your production API endpoints appear to have valid certificates.
activecampaign-api-php/includes/Connector.class.php
Lines 267 to 268 in 2bf5b72
There shouldn't be a reason that you need to blindly disable TLS verification by default. Your production API endpoints appear to have valid certificates.