invisnik / laravel-steam-auth

Laravel Steam Auth
MIT License
172 stars 69 forks source link

cUrl error 60 on localhost without https after new update #83

Closed t3rraform closed 6 years ago

t3rraform commented 6 years ago

RequestException in CurlFactory.php line 186: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

I set https to false but I still get the error.

Gummibeer commented 6 years ago

The https setting in the config defines if your callback url should be called via https or not. To solve your localhost curl error: https://stackoverflow.com/a/21114601/4907524

t3rraform commented 6 years ago

Worked, thanks I appreciate it!