[google-appengine] Re: HTTP/2 Protocol Support

2015-03-21 Thread Alexander Trakhimenok
For some reason it does not show HTTP/2 or SPDY support on my app that use plain HTTP (no HTTPS). Is it intended behavior? How I can make our websites (*hosted on custom domains)* to use HTTP/2? Alex On Thursday, 19 March 2015 20:50:00 UTC, Greg Jones wrote: It does. You can install this

Re: [google-appengine] Re: HTTP/2 Protocol Support

2015-03-21 Thread Alexander Trakhimenok
Not an option for us - we have too many domains linked to the app and costs for acquiring SSL certificates would be prohibitive. -- 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

Re: [google-appengine] Basic Questions to get the Google App Engine

2015-03-21 Thread 'Alex Martelli' via Google App Engine
Hi Markus, On Thu, Mar 19, 2015 at 3:53 AM, Markus N markus@gmail.com wrote: Hi, I have any question before I decide to use Google App Engine for deploying our Apps. I read the Google websites, but it does not make sense of me, sorry I am a newbie. Is it necessary to have the Google

[google-appengine] Error 302 with Tasks in CodeIgniter

2015-03-21 Thread Paul Canning
I am trying to get some Tasks working with Codegniter, but they simply fail after being added to the queue, with Error 302. You can read here for more info: http://stackoverflow.com/questions/29077055/gae-task-queues-and-error-302-app-error I am thinking its due to how CI uses routes and

[google-appengine] Basic Questions to get the Google App Engine

2015-03-21 Thread Markus N
Hi, I have any question before I decide to use Google App Engine for deploying our Apps. I read the Google websites, but it does not make sense of me, sorry I am a newbie. Is it necessary to have the Google Cloud Platform to get the Google App Engine? I thought, the Google App Engine ist

Re: [google-appengine] Re: HTTP/2 Protocol Support

2015-03-21 Thread Qian Qiao
Use https. Although technically http/2 supports unencrypted transfer, I don't think anybody implemented it. On Sat, 21 Mar 2015 13:14 Alexander Trakhimenok alexander.trakhime...@gmail.com wrote: For some reason it does not show HTTP/2 or SPDY support on my app that use plain HTTP (no HTTPS).

[google-appengine] Re: Google Cloud Storage caching files despite disabling cache

2015-03-21 Thread Paul Canning
Again I understand, but it was still caching with it set to false -- 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

Re: [google-appengine] Re: HTTP/2 Protocol Support

2015-03-21 Thread Qian Qiao
On Sat, 21 Mar 2015 at 15:04 Alexander Trakhimenok alexander.trakhime...@gmail.com wrote: Not an option for us - we have too many domains linked to the app and costs for acquiring SSL certificates would be prohibitive. Even if you can find the server software that runs http/2 without tls,

[google-appengine] Re: Google Cloud Storage caching files despite disabling cache

2015-03-21 Thread Stuart Langley
As Mars mentioned, enable_cache has nothing to do with the Cache-Control headers that are used when serving objects from Google Cloud Storage. If controls the read-through cache that is used internally inside of app engine. On Saturday, 21 March 2015 14:41:57 UTC-7, Paul Canning wrote: Again