SSL throwing error 185090050 while authentication via Oauth

后端 未结 4 1213
迷失自我
迷失自我 2020-12-17 23:43

I am trying use Google\'s Oauth to connect to Google adsense and am getting this error. Any clues to fix it?

Anyone has faced such a issue before in python?

4条回答
  •  猫巷女王i
    2020-12-18 00:17

    This issue is while loading the certificates files.If you run the program with root user this issue will be solved. Or you can check the permissions of the file :/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/cacerts.txt, and provide the necessary permission to this file.

提交回复
热议问题