Re: SSLCipherSuite and Tomcat 5.5.9

2005-07-08 Thread Mark Thomas
Mandar Vaidya wrote: Is there any way to define SSLCipherSuite under Tomcat 5.5.9 ( without Apache ) ? See http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html You want the ciphers attribute. Mark - To

RE: SSLCipherSuite and Tomcat 5.5.9

2005-07-08 Thread Mandar Vaidya
PROTECTED] Sent: Friday, July 08, 2005 12:19 PM To: Tomcat Users List Subject: Re: SSLCipherSuite and Tomcat 5.5.9 Mandar Vaidya wrote: Is there any way to define SSLCipherSuite under Tomcat 5.5.9 ( without Apache ) ? See http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html

Re: SSLCipherSuite and Tomcat 5.5.9

2005-07-08 Thread Mark Thomas
Mandar Vaidya wrote: Thank you Mark...under connector section, I've included ciphers=ALL:!ADH:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM Will this work ? I don't think so. The ciphers need to be named as per the cipher suites in JSSE. See

RE: SSLCipherSuite and Tomcat 5.5.9

2005-07-08 Thread Mandar Vaidya
Thanks Mark. Mandar -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 12:41 PM To: Tomcat Users List Subject: Re: SSLCipherSuite and Tomcat 5.5.9 Mandar Vaidya wrote: Thank you Mark...under connector section, I've included ciphers=ALL:!ADH