"Thiago Silva" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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. >
My guess it that you are using the APR Connector. Can you post the results from the Connector startup from your logs? > 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? > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]