https://bz.apache.org/bugzilla/show_bug.cgi?id=55707
--- Comment #13 from Mike Haller <[email protected]> --- I made a mistake earlier in mentioning the default host. The default setting appears to come from the root configuration ap_server_conf and not the default server. The built-in default config is "all -SSLv3" which is why I state you can connect to vhost B above. If your example is based on my mistake of mentioning the default host, and we adapt it to: SSLProtocol TLSv1.1 <vhost B> SSLProtocol TLSv1.2 </vhost> Then this *does* lead to the situation where vhost B cannot be connected to. And it does make sense to have a warning there. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
