CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

handle cURL errors #56

Closed Remo closed 10 years ago

Remo commented 10 years ago

I had some troubles to get github authentication working on my new box. Turns out to be an easy problem, but laravel-tricks swallowed the error reported by cURL.

This fixes it and should make it easier for people to track down problems with SSL certificate problem: unable to get local issuer certificate

msurguy commented 10 years ago

Thanks!