btw, I'm able to successfully invoke other APIs that are also hosted on googleapis.com - e.g., places APIs, radarsearch, etc.. One sample URL is below - as you can see, it is also an HTTPS endpoint.
https://maps.googleapis.com/maps/api/place/details/json?key=API-KEY&placeid=PLACE-ID the _GOOGLE_APIS_CERTS_URL is listed as: https://www.googleapis.com/robot/v1/metadata/x509/[email protected] Not sure what the diffs would be in using this API or the one via the firebase admin client.. Could be that certificate verification is not done for this API..? or 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.googleapis.com > Non-authoritative answer: > Server: <my ISP> > Address: 192.168.1.1 > > Name: storage.l.googleusercontent.com > Addresses: 2607:f8b0:400a:808::2010 > 172.217.3.208 > Aliases: storage.googleapis.com > > > also - not sure what gslib is.. i thought installing certifi would be > enough.. > > $ find . -name "cacert*" > ./lib/certifi/cacert.pem > ./lib/httplib2/cacerts.txt > > > Do you know how i can check if the required certificate is even present in > the above places? (both of the above files have some certs - and i'm > assuming the certifi/cacert.pem is the one being used.. > > Thanks > Amit > > On Monday, July 10, 2017 at 8:31:44 AM UTC-7, George (Cloud Platform > Support) wrote: >> >> Hello Amit, >> >> A corrupted installation might be at the root of this. For >> troubleshooting purposes, it is useful checking that your files match the >> following pattern, indicated here in general lines: >> >> ~/gsutil$ ls -l gslib/data/cacerts.txt >> -rw-r--r-- 1 gslib/data/cacerts.txt >> >> ~/gsutil$ sha1sum gslib/data/cacerts.txt >> 183c495586bf93d2efsdfdyuiiqww5b1b4fa1tycvbvn gslib/data/cacerts.txt >> >> The output from the following command may prove quite useful as well: >> >> ~/gsutil$ host storage.googleapis.com >> >> storage.googleapis.com is an alias for >> storage-ugc.l.googleusercontent.com. >> storage-ugc.l.googleusercontent.com has address some_ip_address_here >> storage-ugc.l.googleusercontent.com has address some_ip_address_here >> storage-ugc.l.googleusercontent.com has address some_ip_address_here >> storage-ugc.l.googleusercontent.com has IPv6 address >> some_ipv6_address_here >> >> (It is OK if your resolver may have different IP addresses) >> >> -- 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/c50aaed3-02b7-47c4-9073-8a80c265046f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
