Nginx with SPDY + Django/Gunicorn

Hi

I’m trying to setup a test configuration of SPDY enabled Nxing with
Django/Gunicorn on my localhost. My config looks like so:

SPDY is working when I use https and doesn’t when I enter localhost via
http (no SSL). How can I make it working for non-ssl connection?

On Monday 24 December 2012 02:11:01 piotr maliński wrote:

Hi

I’m trying to setup a test configuration of SPDY enabled Nxing with
Django/Gunicorn on my localhost. My config looks like so:
#user nobody;worker_processes 1;#error_log logs/error.log;#error_lo - Pastebin.com

SPDY is working when I use https and doesn’t when I enter localhost via
http (no SSL). How can I make it working for non-ssl connection?

SPDY works only over TLS. That’s it.

Currently it makes no sense to enable SPDY over plain TCP, except for
protocol
debugging purposes.

wbr, Valentin V. Bartenev

http://nginx.org/en/donation.html