Wasik, Paul wrote:
> Does anyone know if the ciphers attribute in tomcat server.xml connector
> works, and if so what the correct syntax is for this? I have tried
> almost everything with no joy. I want to limit to use of only strong
> ciphers for SSL connections. I am using Tomcat 5.5.9.

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]

Reply via email to