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

SSL Certificate issues #366

Open
ajoros opened this issue Feb 21, 2019 · 1 comment
Open

SSL Certificate issues #366

ajoros opened this issue Feb 21, 2019 · 1 comment

Comments

@ajoros
Copy link

ajoros commented Feb 21, 2019

Hi all,

Im using the requests_oauthlib package and importing OAuth1Session to gain access to a John Deere API but have been having some SSL Certificate issues. I have contacted the devs at John Deere and they mentioned “enabling SNI support”. Could you provide some guidance on how to do this using your package or another package in conjunction with requests_oauthlib?

Let me know if you need more info on this,

Thanks all

@andr1an
Copy link

andr1an commented Oct 1, 2019

Hi! SNI is about using multiple SSL certificates on the same IP address, server chooses the certificate that matches the request hostname provided by client. What URL do you use for requesting the token?

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

2 participants