Hello team,
Do everybody knows how-to disable SSL v3 in older tomcat version, I have
tried to variety solution including sslProtocols or sslEnabledProtocols but
it both did not work well, the Firefox I am using to test is only select
TLS 1 and result is that I were not able to access the site.
<Connector port="8443"
protocol="org.apache.coyote.http11.Http11Protocol"
maxThreads="150" SSLEnabled="true" scheme="https"
secure="true"
clientAuth="false" sslProtocols = "TLSv1,TLSv1.1,TLSv1.2"
keystoreFile="keystore.jks"
keystorePass="a123"
keyAlias="sslkey" />
Below is the server information:
Server version: Apache Tomcat/6.0.18
Server built: Jul 22 2008 02:00:36
Server number: 6.0.18.0
OS Name: Windows 2003
OS Version: 5.2
Architecture: x86
JVM Version: 1.6.0-b105
JVM Vendor: Sun Microsystems Inc
Thanks