requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

SSL Certificate issues

Open ajoros opened this issue 5 years ago • 1 comments

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

ajoros avatar Feb 21 '19 18:02 ajoros

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?

andr1an avatar Oct 01 '19 08:10 andr1an