Re: SSL cipher to use for HTTPS

2005-11-04 Thread Mark Thomas
As I recall, if the cipher suite isn't recognised, it doesn't get added so I am guessing that ciphers="bf-cbc" is not the name of a support cipher suite. They usually look something like SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA Mark Zoltán FARKAS wrote: Hi All, I've got an 5.0.28 Tomcat ins

SSL cipher to use for HTTPS

2005-11-04 Thread Zoltán FARKAS
Hi All, I've got an 5.0.28 Tomcat installation functioning as a web serverver. I've commented out the SSL part to get HTTPS connections. Next step I've tried to set the used cipher to something else (by default 128 bit AES is used, I'd like to get something faster, bf-cbc). So I've added 'c