Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the guzzle version the oauth2-client uses #1

Open
InsomniakDev opened this issue Jan 11, 2019 · 3 comments
Open

Problem with the guzzle version the oauth2-client uses #1

InsomniakDev opened this issue Jan 11, 2019 · 3 comments

Comments

@InsomniakDev
Copy link

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

@algers
Copy link

algers commented Jan 18, 2019

Can you provide detail on what you changed the certificate to?

Thanks

@InsomniakDev
Copy link
Author

InsomniakDev commented Jan 18, 2019

@thilonel
Copy link

@JulienItard can you handle this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants