Open GoogleCodeExporter opened 8 years ago
Good point. It would be great for mod_spdy to be able to work with either of
mod_ssl or mod_gnutls.
Unfortunately, I do not believe this is possible at the moment. The SPDY
protocol depends on support for the Next Protocol Negotiation (NPN) TLS
extension. OpenSSL (the TLS implementation used by mod_ssl) provides NPN
support as of version 1.0.1, but as nearly as I can tell, GnuTLS (the TLS
implementation used by mod_gnutls) does not yet support NPN:
http://lists.gnu.org/archive/html/gnutls-devel/2012-03/msg00103.html
Once there is a GnuTLS release supporting NPN, it would probably be possible to
patch mod_gnutls to add NPN hooks, as we have done for mod_ssl, and then it
would probably be possible to get mod_spdy to support mod_gnutls. However, all
that may be a ways down the road.
Original comment by mdste...@google.com
on 18 Apr 2012 at 2:22
Original comment by mdste...@google.com
on 2 May 2012 at 8:17
I would like to see mod_spdy supporting GnuTLS as well. If mod_spdy would
support GnuTLS, I would install it on my servers.
Original comment by mawis...@gmail.com
on 14 Jun 2012 at 9:57
Original issue reported on code.google.com by
mburger313@gmail.com
on 18 Apr 2012 at 9:06