I have tracked down two methods that should give me what I want in the
abstract class javax.net.ssl.SSLSocket:
String[] getEnabledCipherSuites()
String[] getSupportedCipherSuites()
Is there any way to retrieve the SSLSocket object created by Tomcat that
is associated with a given HttpRequest?
Thanks,
David
David Wall wrote:
Does anybody know how to find the list of SSL ciphers that TC will use
(I'm running on Linux)? There's a Connector param to set the ciphers,
but I don't know where to find the list of available ciphers that I have.
Thanks,
David
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]