this is somewhat resolved now.. the main issue was the "TypeError: must be _socket.socket, not socket" error.. the workaround / monkeypatch i linked above is working. i got a new firebase token and the code now works (following through the code, the firebase token has a certificate id embedded in it (and no cert with that ID is currently being vended from the certs URL that is used).. i guess the set of valid certs gets updated over time)..
On Friday, July 7, 2017 at 5:41:44 PM UTC-7, Amit Bhosle wrote: > > Hi, > > I'm getting this error when invoking firebase_admin.auth.verify_id_token > API. > I've verified that I'm using the latest certificate bundle > (certifi-2017.4.17 - actually, reinstalled it as well).. > > can someone pls help? > > This is in the dev_appserver of google app engine, on a Windows 10 machine > with Python 2.7.. > > Thanks > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6900d541-c16d-4882-a6b5-259fe84b5246%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
