<p><pre><code> > add-apt-repository ppa:nginx/stable
</code></pre>
I don't think this is a good idea. It's a bit unclear on their wiki[1] but they have an official repository maintained by nginx.org<p><pre><code> deb http://nginx.org/packages/ubuntu/ lucid nginx
deb-src http://nginx.org/packages/ubuntu/ lucid nginx
</code></pre>
(substitute your Ubuntu version for lucid, obviously)<p><i>and separately</i> the PPA you're using but "this PPA is maintained by volunteers and is not distributed by nginx.org." How committed are those volunteers? Do you want to find out on your server?<p>The official repository carries nginx 1.4.2 (I use it with raring) which works with at least TLS 1.1 (that's what Chrome tells me about the connection).<p>EDIT: Qualsys gives my setup an A, with a pat on the back for supporting forward secrecy and a warning that I'm vulnerable to the BEAST attack. Apparently, I also support TLS 1.2, what do you know.<p>[1] <a href="http://wiki.nginx.org/Install#Official_Debian.2FUbuntu_packages" rel="nofollow">http://wiki.nginx.org/Install#Official_Debian.2FUbuntu_packa...</a>