Welcome! Log In Create A New Profile

Advanced

Enabling TLSv1.1 and 1.2

Posted by MakrusN 
Enabling TLSv1.1 and 1.2
July 27, 2013 05:00PM
Hello,

I am trying to enable TLSv1.1 and TLSv1.2 but the Qualys SSL Labs SSL Server Test service keeps telling me that both are not enabled.

Some information about my system:

root@hst-105-124:~# uname -a
Linux hst-105-124 2.6.32-5-amd64 #1 SMP Fri May 10 08:43:19 UTC 2013 x86_64 GNU/Linux

root@hst-105-124:~# openssl version
OpenSSL 1.0.1e 11 Feb 2013

root@hst-105-124:~# nginx -V
nginx version: nginx/1.4.1
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-pcre-jit --with-debug --with-file-aio --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_secure_link_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-mail --with-mail_ssl_module --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-auth-pam --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-dav-ext-module --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-echo --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-upstream-fair --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-syslog --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-cache-purge --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/ngx_http_pinba_module --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/ngx_http_substitutions_filter_module --add-module=/usr/src/nginx/source/nginx-1.4.1/debian/modules/nginx-x-rid-header --with-ld-opt=-lossp-uuid

The "/etc/nginx.conf" file contains also the line "ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;" in the http section.

I have alredy tried to find a solution but all i found is that I need OpenSSL version 1.0.1 or higher at least Nginx 1.1.13 or 1.0.12.

Have you any suggestions?

Thanks.
Re: Enabling TLSv1.1 and 1.2
July 31, 2013 02:36AM
I have found the problem:
root@hst-105-124:~# dpkg -l
...
ri libssl0.9.8 0.9.8o-4squeeze14 SSL shared libraries
ii libssl1.0.0 1.0.1e-2 SSL shared libraries
...

And my installed version of Nginx seems to depend on the wrong libssl (0.9.8):
root@hst-105-124:~# dpkg --remove libssl0.9.8
...
nginx-full depends on libssl0.9.8 (>= 0.9.8m-1)
...
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 199
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready