Seems like the admin(s) already responded: dolphin-emu.org is TLSv1.0 only now!
I hope to see them step towards the future as well, with proper cipher suits and support for TLSv1.2. For that, you need to upgrade from openssl 0.9.8 though. as you are still stuck on that old version, I suspect youre still running debian 6 with apache2.2 as well. neither are up to date.
Here is my compilation of apache settings that will improve security without you updating any software. still: update is highly recommended!
SSLCompression off
SSLHonorCipherOrder on
SSLCipherSuite ALL:-EXP:-RC4:-RC2:-DES:-3DES:-MD5:-NULL
SSLProtocol ALL -SSLv3 -SSLv2
TLS compression is bad. PLEASE DEACTIVATE IT. Security flaw! https://en.wikipedia.org/wiki/CRIME
I hope to see them step towards the future as well, with proper cipher suits and support for TLSv1.2. For that, you need to upgrade from openssl 0.9.8 though. as you are still stuck on that old version, I suspect youre still running debian 6 with apache2.2 as well. neither are up to date.
Here is my compilation of apache settings that will improve security without you updating any software. still: update is highly recommended!
SSLCompression off
SSLHonorCipherOrder on
SSLCipherSuite ALL:-EXP:-RC4:-RC2:-DES:-3DES:-MD5:-NULL
SSLProtocol ALL -SSLv3 -SSLv2
TLS compression is bad. PLEASE DEACTIVATE IT. Security flaw! https://en.wikipedia.org/wiki/CRIME
