ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Don't disable TLS verification by default #118

Open devicenull opened 3 years ago

devicenull commented 3 years ago

https://github.com/ActiveCampaign/activecampaign-api-php/blob/2bf5b72ba8668de8dcb27e194948028276e748c5/includes/Connector.class.php#L267-L268

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.