2012/2/22 Mark Anthony <marcmanth...@yahoo.com>: > Referring to > http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/sslcontext.c?r1=1149279&view=log > there something thats broke that does not support TLSv1+SSLv3. Tomcat > Version 6.0.35 APR Details : > INFO: Loaded APR based Apache Tomcat Native library 1.1.22. > Feb 19, 2012 10:22:55 PM org.apache.catalina.core.AprLifecycleListener init > INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], > random [true]. Tomcat Server.xml > (...) >
Read the docs - there is no such value as "TLSv1+SSLv3". The old versions just fall back to the value of "all" when facing an unrecognized value. The new version treats this misconfiguration as fatal error. Some time recently the support for arbitrary tls protocol combinations was implemented in trunk, but that new feature has not been backported to 6.0 yet. Note that it will require certain version of Tomcat-Native. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org