Python - SSL Issue with Oauth2

前端 未结 6 1031
醉话见心
醉话见心 2020-12-14 03:41

I seem to be having an issue with SSL whenever trying to use oAuth2 in Python. I\'ve spent most of the afternoon attempting to debug it but can\'t seem to figure it out.

6条回答
  •  北荒
    北荒 (楼主)
    2020-12-14 04:09

    One more way to update your cacerts.txt file is to keep httplib2 up to date. They occasionally update this file, so if you run into this problem, check if you're not using the latest version of the library and update it.

提交回复
热议问题