<div dir="ltr"><div>This was quite tricky!</div><div><br></div><div><div># apt-show-versions libssl-dev</div><div>libssl-dev/wheezy upgradeable from 0.9.8o-4squeeze14 to 1.0.1e-2</div></div><div><br></div><div><br></div><div>

Thanks a lot for the help mate.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 30, 2013 at 6:15 PM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tuesday 30 July 2013 17:51:21 kirpit wrote:<br>
> Hi,<br>
><br>
> I simply read every article on the net, followed the docs but simply can't<br>
> get SPDY support working.<br>
><br>
> It's running on Debian Squeeze (that I have to) so I upgraded OpenSSL to<br>
> the version 1.0.1e from Wheezy repo. Downloaded the latest stable Nginx<br>
> 1.4.2 then compiled with the configuration options:<br>
><br>
> ./configure \<br>
> --with-ipv6 \<br>
> --with-http_ssl_module \<br>
> --with-http_spdy_module \<br>
> --with-http_gzip_static_module \<br>
> --with-http_geoip_module<br>
><br>
> Configuration summary<br>
>   + using system PCRE library<br>
>   + using system OpenSSL library<br>
>   + md5: using OpenSSL library<br>
>   + sha1: using OpenSSL library<br>
>   + using system zlib library<br>
><br>
> Please note that it's listening on "IP:443 ssl spdy" as the server has more<br>
> than one IP and SSL running websites. SSL works fine and compiling didn't<br>
> complain about anything at all.<br>
><br>
> # /usr/local/nginx/sbin/nginx -V<br>
> nginx version: nginx/1.4.2<br>
> built by gcc 4.4.5 (Debian 4.4.5-8)<br>
> TLS SNI support enabled<br>
> configure arguments: --with-ipv6 --with-http_ssl_module<br>
> --with-http_spdy_module --with-http_gzip_static_module<br>
> --with-http_geoip_module<br>
><br>
> Well, I get the warning message on boot:<br>
><br>
> Starting nginx: nginx: [warn] nginx was built without OpenSSL NPN support,<br>
> SPDY is not enabled for xxxx.<br>
><br>
> Any help is much appreciated.<br>
<br>
</div></div>You have upgraded OpenSSL binary, but its headers are still from the old<br>
version.  Please look at the libssl-dev package to ensure that its version<br>
is in sync with your openssl.<br>
<br>
  wbr, Valentin V. Bartenev<br>
<br>
--<br>
<a href="http://nginx.org/en/donation.html" target="_blank">http://nginx.org/en/donation.html</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>