SPDY for http?
Lukas Tribus
luky-37 at hotmail.com
Thu Dec 18 13:02:36 UTC 2014
> Hello all,
>
> I have a nginx site configured with spdy on https.
>
> But after reading
> https://developers.google.com/speed/articles/spdy-for-mobile I decided
> to try spdy also for http.
>
> But strangely, after reloading the page on http, the browser keeps
> loading and never ends. https spdy works normally.
>
> I'm using nginx 1.7.8.
>
> Is http spdy supported?
There is no HTTP SPDY. Plaintext SPDY has a single use-case:
when a frontent proxy handles SSL/TLS and negotiates (via NPN
or ALPN) SPDY.
You can not connect to plaintext SPDY via browsers of any kind.
Lukas
More information about the nginx
mailing list