I am in an embedded mode and when I read the configuration file I take the values and programmatically configure the server. I do not know which parameters I may encounter so I handle them all.
Thanks ----- Original Message ---- From: Niklas Gustavsson <[email protected]> To: [email protected] Sent: Wednesday, March 4, 2009 11:28:03 AM Subject: Re: valid values for enabled-ciphersuites On Wed, Mar 4, 2009 at 6:16 PM, Edward Scanzano <[email protected]> wrote: > Does anyone have a list of valid values for the enabled-ciphersuites > attribute of the ssl element of the server configuration? It's dependent on the cipher suites available in your JVM, so you have to look up the documentation for the JVM. Can I ask why you want to set this list, it's a very unusual thing to do? > Are these values separated by a ","? No, by a space. /niklas
