﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
108	ssl_protocols needs warning if only unsupported protocols are enabled	www.google.com/accounts/o8/id?id=AItOawktrozK57elykusSJluTo8wTTdaKdY6VLM	somebody	"Using ""ssl_protocols TLSv1.2;"" (and/or TLSv1.1 in any combination) causes nginx to refuse/fail https requests. It does start up without config complaints and it will listen to port 443, but it is not possible to connect over https.

However, using for example ""ssl_protocols TLSv1.2 TLSv1;"" will work, as ""TLSv1"" is present, BUT... when probing nginx with for example Qualys SSL server test (https://www.ssllabs.com/ssldb/analyze.html) it is determined that nginx is still only TLSv1.0 capable - neither TLSv1.2 nor TLSv1.1 will be available despite being added in the ssl_protocols list."	defect	closed	minor		nginx-module	1.0.x	wontfix			OpenBSD some.host.net 5.0 GENERIC#43 i386	"nginx version: nginx/1.0.12
built by gcc 4.2.1 20070719 
TLS SNI support enabled
configure arguments: --prefix=/usr/opt/nginx --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --with-http_ssl_module --with-http_secure_link_module --with-pcre --user=www --group=www"
