<div dir="ltr">Hi,<div><br></div><div>I simply read every article on the net, followed the docs but simply can't get SPDY support working.</div><div><br></div><div>It's running on Debian Squeeze (that I have to) so I upgraded OpenSSL to the version 1.0.1e from Wheezy repo. Downloaded the latest stable Nginx 1.4.2 then compiled with the configuration options:</div>

<div><br></div><div><div>./configure \</div><div>--with-ipv6 \</div><div>--with-http_ssl_module \</div><div>--with-http_spdy_module \</div><div>--with-http_gzip_static_module \</div><div>--with-http_geoip_module</div></div>

<div><br></div><div>Configuration summary<br></div><div><div>  + using system PCRE library</div><div>  + using system OpenSSL library</div><div>  + md5: using OpenSSL library</div><div>  + sha1: using OpenSSL library</div>

<div>  + using system zlib library</div></div><div><br></div><div>Please note that it's listening on "IP:443 ssl spdy" as the server has more than one IP and SSL running websites. SSL works fine and compiling didn't complain about anything at all.</div>

<div><br></div><div><div># /usr/local/nginx/sbin/nginx -V</div><div>nginx version: nginx/1.4.2</div><div>built by gcc 4.4.5 (Debian 4.4.5-8)</div><div>TLS SNI support enabled</div><div>configure arguments: --with-ipv6 --with-http_ssl_module --with-http_spdy_module --with-http_gzip_static_module --with-http_geoip_module</div>

</div><div><br></div><div>Well, I get the warning message on boot:</div><div><br></div><div>Starting nginx: nginx: [warn] nginx was built without OpenSSL NPN support, SPDY is not enabled for xxxx.<br></div><div><br></div>

<div>Any help is much appreciated.</div><div>Roy</div><div><br></div><div><br></div></div>