Chad Joubert wrote: > I have tried > several different string combinations using commas and collon dilimiters in > the server.xml file (ciphers=3D"* > ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM*") but nothing seem= > s > to be working. I have searched and found a couple other people asking the > same question but no solutions.
These are not the Java names for the cipher suites (I think they might be from openssl). You need to use the ones in http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html The list should be comma delimiited. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]