You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "McClure, Timothy J(IndSys, GE Interlogix)" <Ti...@ge.com> on 2003/09/16 16:40:50 UTC

SSL Cipher Suite Config in Tomcat JSSE

I am trying to configure Tomcat to only support cipher suite SSL_RSA_WITH_3DES_EDE_CBC_SHA as we have a requirement to only use Triple DES encryption.  How does one do this?

Tim McClure

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: SSL Cipher Suite Config in Tomcat JSSE

Posted by Bill Barker <wb...@wilshire.com>.
Tomcat 5 supports configuring the cipher suite (by specifying ciphers="...."
on the Connector).  I don't believe that this has been ported to Tomcat 4.

"McClure, Timothy J(IndSys, GE Interlogix)" <Ti...@ge.com> wrote in
message
news:F0C893FC2E24F946A250F440BF21EA9904719A93@FTWMLVEM01.e2k.ad.ge.com...
I am trying to configure Tomcat to only support cipher suite
SSL_RSA_WITH_3DES_EDE_CBC_SHA as we have a requirement to only use Triple
DES encryption.  How does one do this?

Tim McClure




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: SSL Cipher Suite Config in Tomcat JSSE

Posted by Bill Barker <wb...@wilshire.com>.
Tomcat 5 supports configuring the cipher suite (by specifying ciphers="...."
on the Connector).  I don't believe that this has been ported to Tomcat 4.

"McClure, Timothy J(IndSys, GE Interlogix)" <Ti...@ge.com> wrote in
message
news:F0C893FC2E24F946A250F440BF21EA9904719A93@FTWMLVEM01.e2k.ad.ge.com...
I am trying to configure Tomcat to only support cipher suite
SSL_RSA_WITH_3DES_EDE_CBC_SHA as we have a requirement to only use Triple
DES encryption.  How does one do this?

Tim McClure