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
Problem:
It seems the version 3.X of guzzle which is used by the version of the thephpleague/oauth2-client you use has an outdated ssl certificate. It results in curl 60 error on API calls.
Possible solution:
The solution should be to update the oauth2-client module to a more recent version so that it uses the latest version of guzzle with the right certificates.
I tried just changing the certificate in the vendor/guzzle/guzzle/src/Guzzle/Http/Resources and it works for me.
cheers
The text was updated successfully, but these errors were encountered:
Problem:
It seems the version 3.X of guzzle which is used by the version of the thephpleague/oauth2-client you use has an outdated ssl certificate. It results in curl 60 error on API calls.
Possible solution:
The solution should be to update the oauth2-client module to a more recent version so that it uses the latest version of guzzle with the right certificates.
I tried just changing the certificate in the vendor/guzzle/guzzle/src/Guzzle/Http/Resources and it works for me.
cheers
The text was updated successfully, but these errors were encountered: