﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
844	Allow support for different protocols on different hosts (same machine)	Commenter123@…		"So I have multiple hosts set up on one nginx installation:
- mydomain.com (default_server)
- www.mydomain.com
- aaa.mydomain.com
- bbb.mydomain.com

mydomain.com and www.mydomain.com both support TLS1.0, TLS1.1 and TLS1.2: '''ssl_protocols TLSv1 TLSv1.1 TLSv1.2;'''
aaa.mydomain.com and bbb.mydomain.com however should only use TLS1.2

This is currently not possible. As soon as one host supports a protocol, all the other hosts support that protocol too (even if disabled)"	enhancement	closed	minor		other	1.9.x	wontfix			Linux mydomain.com 3.2... x86_64 GNU/Linux	"nginx version: nginx/1.9.7
built by gcc 4... 
built with LibreSSL 2.3.2
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-file-aio --with-http_v2_module --with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' --with-ld-opt=-Wl,-z,relro --with-ipv6 --with-openssl=submodules/libressl --with-pcre=submodules/pcre --with-pcre-jit"
