Hello,

actually I have the task to setup a system with Haproxy balancing a Apache
with mod_spdy enabled. I don't have a problem with ssl-offloading, but I
cannot find out how to serve spdy enabled clients. I have tried several
howtos like

http://www.igvita.com/2012/10/31/simple-spdy-and-npn-negotiation-with-haproxy/

My config is:

listen spdytest
  mode        tcp
  bind          X.X.X.X:443 ssl crt /etc/haproxy/ssl/example.com.pem
no-sslv3 npn spdy/2
  server       backend1 10.X.X.X:1443 ssl

All tutorials I've found use Nginx as webserver, which can serve spdy
without ssl. But this is not the case with Apache mod_spdy. It needs https
as proto.

Does someone have a hint what I'm doing wrong?


Thanks.


Regards,
Erwin

Reply via email to