I have previously released haproxy1.5-dev19 with SSL & SPDY support enabled and nginx 1.4.1 with SPDY support and pagespeed, although I do not remember which version of pagespeed.
I have received a few messages asking me for the latest version of haproxy, nginx and pagespeed so I decided to finally build and release them.
Requirements
haproxy requires openssl-1.0.1d or higher.
On a standard Debian 7 install you should have openssl-1.0.1e-2, you can find which version you have by running
This should return something similar to
ii openssl 1.0.1e-2 amd64 Secure Socket Layer (SSL) binary and related cryptographic tools
Build notes
Builds were done on Debian 7 AMD64, I will not be providing 32bit versions as this is mainly for my own usage and amusement.
haproxy
This haproxy build is compiled against openssl, providing the npn module, allowing for haproxy …