256 Bit Ciphers and Should I even have the SSL Cipher Enabled Post-POODLE?
256 Bit Ciphers and Should I even have the SSL Cipher Enabled Post-POODLE?
I've read a few threads about this question/subject manner but I haven't seen any conclusions other than a reference to
http://www.manageengine.com/products/service-desk/faq-general-modules.html#ssl3
which doesn't directly answer the question.
Are 256 bit ciphers supported, if so what are they?
Since I have disabled SSLv3 should I bother to have the SSL cipher
"
SSL_RSA_WITH_RC4_128_SHA" in the config.
My Current Config.
<Connector SSLEnabled="true" acceptCount="100" compression="off"
ciphers="SSL_RSA_WITH_RC4_128_SHA,TLS_KRB5_WITH_RC4_128_SHA"
clientAuth="false" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false" keystoreFile="./conf/mycertificate.pfx" keystorePass="mypassword" keystoreType="PKCS12" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="SSL" port="443" scheme="https" secure="true" sslProtocols="TLSv1,TLSv1.1,TLSv1.2"/>