Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

SPDY support #80

Open
mikeal opened this issue Mar 12, 2012 · 5 comments
Open

SPDY support #80

mikeal opened this issue Mar 12, 2012 · 5 comments

Comments

@mikeal
Copy link

mikeal commented Mar 12, 2012

SPDY is going in to wider use and we'd like to support it but we use stud as our TLS terminator.

I'm trying to find a good support strategy and I was thinking this might work:

--spdy option.

Do proper TLS Next Protocol Negotiation to support SPDY.

The first byte of each new TCP connection could indicate if this is a SPDY connection or not, similar to how --write-ip works so that I can route to a server that parses regular HTTP or SPDY (I'll have to route to an entirely seperate server because there is no NPN indicator to flip from HTTP to SPDY on the plain TCP side so I'll have to split between SPDY and HTTP servers).

@stash
Copy link
Contributor

stash commented Apr 12, 2012

+1 - we use haproxy behind stud so the --write-proxy or --write-ip enhancement would be great

@nutinshell
Copy link

+1 Nginx now offers patch to support SPDY in 1.3.2

@OrangeDog
Copy link

+1, now Firefox (15) has support too

@christarnowski
Copy link

Any news on this issue?

FYI, HAProxy quite recently added support for SPDY through NPN.

@andreimc
Copy link

would be quite keen to work with some one on this. any volunteers ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants