themattharris / tmhOAuth

An OAuth 1.0A library written in PHP
Apache License 2.0
855 stars 335 forks source link

Response code 0. #191

Closed goelanshul closed 8 years ago

goelanshul commented 8 years ago

Always getting response code. Re-check multiple times to verify cacert.pem and twitter credentials. $this->config['block'] is true. Not able to get where it is set to that.

goelanshul commented 8 years ago

Got the reason behind it. I was setting curl_ssl_verifypeer = false. Removed that line and now it works perfectly fine.