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/03d081d1-17f5-4930-8f2e-8690f7192831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to