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

2015-03-19 Thread Greg Jones
It does. You can install this chrome-extension (https://chrome.google.com/webstore/detail/spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin ) and it will show if you're connected to a site with anything other than plain-old-http. If you check it when on, say, https://apprtc.appspot.com/ it shoul

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

2015-03-20 Thread Dan Dubois
Wow. That's great! Interesting that https://*.appspot.com shows HTTP/2 and when I run it through CloudFlare it shows SPDY/3.1. On Thursday, March 19, 2015 at 8:50:00 PM UTC, Greg Jones wrote: > > It does. > You can install this chrome-extension ( > https://chrome.google.com/webstore/detail/spdy-

[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 thi

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

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] 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

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

2015-07-20 Thread Michael Spainhower
Not sure if they have a limit on number of certs you can request, but https://www.startssl.com/?app=1 may be an options for you. On Saturday, March 21, 2015 at 3:03:57 PM UTC-4, Alexander Trakhimenok wrote: > > Not an option for us - we have too many domains linked to the app and > costs for ac