Open joaomath opened 7 years ago
It was adding the CURLOPT_SSL_VERIFYPEER to curl only if curl_verify was equal to false, which is semantically a contradiction.
Hmm? The point was that it defaults to true if it's not defined or if it's set to true - and only disables peer if it's explicitly set to false.
false
It was adding the CURLOPT_SSL_VERIFYPEER to curl only if curl_verify was equal to false, which is semantically a contradiction.