[google-appengine] GAE custom domain is displaying an old deleted SSL cert

2016-08-30 Thread Col Wilson
First of all I'm sorry I can;t give you my custom domain name, but when I go there it's displaying an expired and deleted (from appengine/settings/certificates) ssl key. It's not a local caching thing because I've tried it on several browser, laptops and networks. I'd really rather it

[google-appengine] Re: GAE - new SSL certificate has different CNAME from expired one

2016-08-23 Thread Col Wilson
u have 'ghs.googlehosted.com' specified as the Subject > Alternate Name on the new certificate? > > On Friday, August 19, 2016 at 9:33:15 AM UTC-4, Col Wilson wrote: >> >> We last renewed my SSL certificate two years ago - GAE was rather >> different then and we were using SNI+VIP. &

[google-appengine] GAE - new SSL certificate has different CNAME from expired one

2016-08-19 Thread Col Wilson
We last renewed my SSL certificate two years ago - GAE was rather different then and we were using SNI+VIP. This time I ordered the cert and when i went to install I needed to fiddle with my DNS settings to prove that I owned the domain name. This took a while, but I got there. Finally I

[google-appengine] Re: Is App Engine Ok now for others? Too many errors in 8:21 AM

2010-10-19 Thread Col Wilson
Mine seems to have improved too. So far. Let's hope... On Oct 19, 5:05 pm, Rafael Sierra rafaeljs...@gmail.com wrote: On Tue, Oct 19, 2010 at 1:42 PM, Kangesh Gunaseelan kang...@gmail.com wrote: Hello, I am getting a bunch of HardDeadlineExceededError this morning and Request Aborted

[google-appengine] Re: The API call taskqueue.BulkAdd() was explicitly cancelled.

2010-10-04 Thread Col Wilson
Stats Page now says Elevated: http://code.google.com/status/appengine/ On Oct 4, 8:17 am, Col Wilson terse...@gmail.com wrote: I'm getting very high levels of Errors of this sort while trying to execute queued tasks: The API call taskqueue.BulkAdd() was explicitly cancelled. I have slowed

Re: [google-appengine] asked to verify after switching from googlemail.com to gmail.com

2010-06-08 Thread Col Wilson
I had the same problem. On Tue, Jun 8, 2010 at 11:49 AM, Scott Cowan scottjamesco...@gmail.comwrote: Hi I recently changed my email address from googlemail.com to gmail.com now app engine asks to verify my account when creating additional apps it then says The phone number has been sent

[google-appengine] Index doesn't seem to work

2010-06-07 Thread Col Wilson
I know I'm using python below, but this is really a question about indexes. I am trying to sort a query by price (low to high) and the query looks like: q = models.Slot.all() q.filter('geoboxes =', geobox) q.filter('date =', dt) q.order('price') index.yaml looks like

[google-appengine] Re: Problems using generate_records with the bulkloader

2009-09-23 Thread Col Wilson
know if you see the same problem? Also, can you please include the complete stacktrace? -Nick Johnson On Sat, Sep 19, 2009 at 12:28 PM, Col Wilson col.wilson.em...@googlemail.com wrote: loaders = [ThingLoader] is what I meant to type. On Sep 19, 10:14 am, Col Wilson col.wilson.em

[google-appengine] Problems using generate_records with the bulkloader

2009-09-19 Thread Col Wilson
I'm using Python 2.5 locally and GAE 1.5. I'm trying to load data which is not is CSV format. Here's a simplified model which reflects what I get with a more complex real life issue: class Thing(db.Model): name = db.StringProperty() class ThingLoader(bulkloader.Loader): elements = [

[google-appengine] Re: Problems using generate_records with the bulkloader

2009-09-19 Thread Col Wilson
loaders = [ThingLoader] is what I meant to type. On Sep 19, 10:14 am, Col Wilson col.wilson.em...@googlemail.com wrote: I'm using Python 2.5 locally and GAE 1.5. I'm trying to load data which is not is CSV format. Here's a simplified model which reflects what I get with a more complex real