mark smith wrote: > Hi All, > > I have a requirement to configure tomcat to make use of TLS only for all the > secure communication from browser. SSLProtocol="TLS" in Connector tag in > server.xml supports both SSLv3 and TLSv1. > > Please help to disable SSLv3 and have only TLSv1 enabled.
Use the ciphers attribute on the connector to limit the cipher suites to just the ones you want. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org