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
Installing pyopenssl fixed the issue for me:
pyopenssl
pip install pyopenssl