SPDY module is designed to only work with secure connections (SSL-enabled websites).
I want to know there is any fork of that project (specifically MOD_SPDY for apache) which bypasses SSL and works over non-secure HTTP (and not HTTPS) connections?
If no, is it possible to modify and rebuild the source (easily!) for that purpose?
Asked
Active
Viewed 36 times
0

Ehsan Khodarahmi
- 305
- 1
- 7
- 18
1 Answers
2
It's unlikely, since the protocol specifies transport security, even if you could gut mod_spdy
to not need it, no client is going to make a connection without TLS anyway.

womble
- 96,255
- 29
- 175
- 230