https://issues.apache.org/bugzilla/show_bug.cgi?id=51477
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-07-05 17:55:18 UTC --- According to the source code, before bug 51073 was fixed (r1094089 or r1124211), the "SSLv3+TLSv1" value just worked as a synonym to "all". What happens with ssl2 connections if you configure SSLProtocol="all" - in 7.0.16 - in 7.0.8 does it accept ssl2 connections or rejects them? -- Anyway, I do not mind to add "SSLv3+TLSv1" as an allowed value, if it is actually supported by the library. Looking at implementation of SSLContext.make in sslcontext.c of tc-native 1.1.x, there is code for this combination of flags. http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/sslcontext.c?view=markup#l85 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org