Hello,

I was wondering if is there any way to force the use of a specific cipher
suite. I need to do some analyses in many cipher suites, that is why I need
to do that.

I have tried to use the tag "ciphers" in the following part of the
Server.xml, but it did not used the specific cipher suite that I have set.

code:
------------------------------

<Connector port="8443" maxHttpHeaderSize="8192" ciphers="RSA_RC4_ 128_ MD5"
              maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
              enableLookups="false" disableUploadTimeout="true"
              acceptCount="100" scheme="https" secure="true"
              clientAuth="false" sslProtocol="TLS" />

------------------------------



Instead of RSA_RC4_128_MD5 I got RSA_RC4_128_SHA.

I have a j2me client that makes connections in tomcat using https.
Any ideas?

Reply via email to