samsoft11 years agoLevel 4ReplyReport SpamCheck this out... https://laracasts.com/discuss/channels/general-discussion/curl-error-60-ssl-certificate-problem-unable-to-get-local-issuer-certificate Like Reply
SachinAgarwal OP 11 years agoLevel 21ReplyReport Spam@samsoft still no solution. Looks like Guzzle 5 by default use HTTPS. And laravel have to provide the way to set the config for it. Like Reply
bashy11 years agoLevel 65ReplyReport SpamDid you try setting your nameservers to Google? That worked for me. Having a local DNS fails for SSL certs being pulled in. My reply on how to is the thread linked above. Also: http://stackoverflow.com/questions/23231788/ssl-error-certificate-subject-name-does-not-match-target-host-for-github-com Like Reply
SachinAgarwal OP 11 years agoLevel 21ReplyReport Spam@bashy Just checked. My DNS is already set to GOOGLE's nameserver Like Reply
ibourgeois11 years agoLevel 28ReplyReport SpamI am working on a package that allows Guzzle to play nicely with Laravel 5. https://github.com/LaraEdit/LaraGuzzle It currently provides a facade for Guzzle, allows you to cache requests, and I am testing the latest version (2.1) for HTTPS requests. Like Reply