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
There was an error executing the authVerify command: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://localise.biz/api/auth/verify
Is there something I can do. If not it would be great if I can disable the verification for the Guzzle-Http client.
The text was updated successfully, but these errors were encountered:
amigian74
added a commit
to amigian74/loco-php-sdk
that referenced
this issue
Jun 16, 2021
I think config.json should be allowed to pass in any Guzzle config, not just this one. I'll take a look.
I note that you already asked about this in issue #13. The best solution would still be to update your system to accept my certificate chain. Obviously disabling SSL verification is not something I can ever recommend.
Hi,
For several weeks I get the following error:
There was an error executing the authVerify command: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://localise.biz/api/auth/verify
Is there something I can do. If not it would be great if I can disable the verification for the Guzzle-Http client.
The text was updated successfully, but these errors were encountered: