You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your example from a page does not work. I have: Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate
no idea how to solve it. Cannot edit php.ini. I am following your example and in first test it is failing so I assume some magic command added to CURL will solve that issue. Placing yml files does not fix a problem like some people report it works. So I am asking to update documentation that wont fail in first time usage. Thanks.
The text was updated successfully, but these errors were encountered:
Probably (not sure about at 100%) you can specify some options (e.g. alternative local certificate path) when creating driver, that later would be passed on to Guzzle.
Your example from a page does not work. I have:
Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate
no idea how to solve it. Cannot edit php.ini. I am following your example and in first test it is failing so I assume some magic command added to CURL will solve that issue. Placing yml files does not fix a problem like some people report it works. So I am asking to update documentation that wont fail in first time usage. Thanks.
The text was updated successfully, but these errors were encountered: