Yes I saw that statement in the document. I was hoping
someone here could tell me identify the default ciphers used
by JDK6 (which is what I use under Tomcat6).

This info seems basic enough; but I am unable to find it.
I understand this is Tomcat list - I hope I do not get flamed for
asking a JDK question.

Regards,

/U
----- Original Message -----
From: Charles R Caldarale 
To: Tomcat Users List 
Sent: Fri, 23 Oct 2009 03:09:34 +0000 (UTC)
Subject: RE: Default SSL ciphers supported by Tomcat 6

> From: uma...@comcast.net [mailto:uma...@comcast.net]
> Subject: Default SSL ciphers supported by Tomcat 6
> 
> I am looking for the default set of SSL(v3) ciphers supported by 
> Tomcat 6.0.x.

It's in the doc:

"ciphers

"The comma separated list of encryption ciphers that this socket is allowed to 
use. By default, the default ciphers for the JVM will be used. Note that this 
usually means that the weak export grade ciphers will be included in the list 
of available ciphers. The ciphers are specified using the JSSE cipher naming 
convention."

http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

Tomcat does not include any encryption capability of its own, unless you're 
using APR.  For that, you'll need to look at the OpenSSL doc.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


Reply via email to