[Resin-interest] Restricting Cipher Suites

2007-05-15 Thread Kuntz, Tim
All, I'm currently using JSSE vs. OpenSSL for my SSL configuration. I now need to restrict the ciphers so use of the weaker ciphers are not allowed; for instance, anything 128-bit. The JSSE documentation says that the following system property can be used to set the enabled ciphers, assuming

[Resin-interest] OpenSSL Configuration

2007-06-05 Thread Kuntz, Tim
I need to change my SSL usage from JSSE to OpenSSL. I have been unable to do so because of the following error message. com.caucho.config.ConfigException: SSL JNI was not properly initialized. Make sure the resinssl library is properly created and the SSL libraries are installed. I have