Jojo Paderes wrote:
I'm looking for some decent documentation and technical reference on
how to configure Tomcat's SSL cipher. Say for example I want Tomcat to
support a specific SSL cipher suite like Triple DES. Hope someone has done
something like this already.
I'm using Tomcat 5.5 btw.
See http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html
You want the ciphers attribute.
The ciphers need to be named as per the cipher suites in JSSE. See
http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html
Search the page for "Supported Cipher Suites". Also, I am pretty sure
they need to be comma separated.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]