Hi,
Is it possible to disable SSLv3 for Webmin (port 10000)?
I’m guessing perhaps a particular string here:
Webmin -> Webmin -> Webmin Configuration -> SSL Encryption -> Listed ciphers
Everything I have tried permits SSLv3.
Thanks in advance,
G
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Set the cipher list to:
EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:EECDH+RC4:RSA+RC4:!MD5
:I found the correct answer here:
http://www.virtualmin.com/node/34811