Ubuntu: 15.04
Laravel: 5.4.32
GuzzleHttp\\Guzzle: ~6.0
Hi there
I have the following error when I am trying to reset a password using Laravel
I had the similar problem. No need to change /vendor/guzzlehttp/guzzle/src/Client.php
Maybe this can help you.
Download cacert.pem file from https://curl.haxx.se/docs/caextract.html
Put the cacert.pem somewhere you like.
Edit php.ini
two lines:
curl.cainfo=D:/Servers/php/sslfiles/cacert.pem
openssl.cafile=D:/Servers/php/sslfiles/cacert.pem