[google-appengine] Re: About bc.googleusercontent.com domain

2016-08-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Traffic from 'bc.googleusercontent.com' is originating from Compute Engine. The 'bc' subdomain of 'googleusercontent.com' is used for public hostnames of Compute Engine instances which have an external IP address. For example, if an instance has IP of 12.34.56.78, the public hostname would be '

[google-appengine] Re: Ignoring invalid login cookie: true

2016-08-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Also, a tip for locating text in a file if you are on a Unix-y system like Linux or MacOS, is to use grep : $ cd /path/to/appengine_sdk $ grep -rn 'Ignoring invalid login cookie' google/appengine/tools/devappserver2/login.py:99: logging.warning('Ignoring i

[google-appengine] Re: Ignoring invalid login cookie: true

2016-08-07 Thread 'Adam (Cloud Platform Support)' via Google App Engine
This just means your browser is still trying to use the old stored login cookie from the previous SDK version. Clearing your browser's cookies (specifically the cookie named 'dev_appserver_login' for localhost) should fix this. On Friday, August 5, 2016 at 1:28:05 AM UTC-4, NP wrote: > > In add

[google-appengine] Re: Command-line or auto update on SSL certificate for GAE custom domains

2016-08-07 Thread 'Lorne Kligerman' via Google App Engine
You are correct, no gcloud command just yet to do this, but stay tuned, its on our radar. Cheers, Lorne. Product Manager - Google App Engine On Sunday, August 7, 2016 at 3:45:49 AM UTC+2, Richard Imaoka wrote: > > Replying to myself. > > I found the following issue - my question was duplicate t