[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-13 Thread Amit Bhosle
George - Did you even read my previous messages? :) On Wednesday, July 12, 2017 at 12:56:28 PM UTC-7, George (Cloud Platform Support) wrote: > > gslib may be found at /usr/lib/google-cloud-sdk/platform/gsutil/gslib/data > in linux, or at an equivalent path in Windows, starting from the sdk >

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-12 Thread Amit Bhosle
d 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 getti

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-11 Thread Amit Bhosle
, certs=certs, audience=audience) do you know why the set of certs could be missing the one extracted from my firebase token? thanks Amit On Tuesday, July 11, 2017 at 12:55:51 PM UTC-7, Amit Bhosle wrote: > > btw, I'm able to successfully invoke other APIs that are also hosted o

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-11 Thread Amit Bhosle
an issue with the firebase_admin or google.oauth2 python libraries? On Tuesday, July 11, 2017 at 11:07:04 AM UTC-7, Amit Bhosle wrote: > > Hi George, > > thanks for the response.. > > nslookup from my windows machine is showing the following info: > > $ nslookup storage.g

[google-appengine] Re: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-11 Thread Amit Bhosle
Hi George, thanks for the response.. nslookup from my windows machine is showing the following info: $ nslookup storage.googleapis.com Non-authoritative answer: Server: Address: 192.168.1.1 Name:storage.l.googleusercontent.com Addresses: 2607:f8b0:400a:808::2010 172.217.3.208

[google-appengine] SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-07 Thread Amit Bhosle
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 machi

[google-appengine] SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2017-07-07 Thread Amit Bhosle
Hi, I'm getting this error when invoking firebase_admin.auth.verify_id_token API. I verified that i have the latest certificates bundle (certifi-2017.4.17.dist-info). I'm on a windows 10 machine, using Python 2.7.. Also, this is in context of dev_appserver.py of the google appengine. thanks