Where can I find CURLOPT_SSL_VERIYPEER and set it to false?
I've this error:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://www.googleapis.com/oauth2/v4/token
When I try to connect with Google I've this error:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://www.googleapis.com/oauth2/v4/token
If you were performing a curl or guzzle call directly, you could use what's posted in that stackoverflow response, but because those calls are wrapped inside Socialite, the only way to make that change is to write your own driver.
That said, it's likely Google won't respond to a response without a valid certificate for security reasons.