Topic: [off-topic] svp-team.com HTTPS
Hey!
I just noticed you guys enabled HTTPS on SVP-Team.com, and I find it awesome ^^
I would like to give you some advice about configuration
According to SSLLabs.com, there still is a lot to do https://www.ssllabs.com/ssltest/analyze … p-team.com
To solve
This server is vulnerable to the POODLE attack. If possible, disable SSL 3 to mitigate. Grade capped to C.
don't use SSLv3
SSLProtocol All -SSLv2 -SSLv3
To solve
Certificate has a weak signature and expires after 2015. Upgrade to SHA2 to avoid browser warnings.
read this topic: https://forum.startcom.org/viewtopic.ph … mp;t=15741.
To solve
This server accepts RC4 cipher, but only with older protocol versions. Grade capped to B.
use another cipher list, such as Mozilla's : https://wiki.mozilla.org/Security/Server_Side_TLS (note: use
SSLHonorCipherOrder on)
With that setup, you should get A grade on SSL Labs
Also, Letsencrypt will reach GA next week, meaning anyone will be able to issue certs for their websites
Hope it will help you ^^ Have a nice day!
Edit: You should also like https://cipherli.st/, it provides pre-made config segments to enable SSL in commonly-used software