PyCrypto Errors with .p12 file from Google Developer Console

前端 未结 1 1939
名媛妹妹
名媛妹妹 2020-12-16 08:11

I am trying to implement Google Identity Toolkit (gitkitv3) in GAE Python. After a user signs in on the website, I get the following errors:

\'PKCS12 format         


        
相关标签:
1条回答
  • 2020-12-16 08:47

    Installing pyopenssl fixed the issue for me:

    pip install pyopenssl
    
    0 讨论(0)
提交回复
热议问题