|
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.