HI,
I have the latest version of i-mscp and I've activated an SSL site with a ceritificate. When I try to verify if my website is secure I receive a warning that SSLv3 is enabled. I've tried to deactivate it in ssl.conf but with no success. Can you help me?
SSlv3 Apache 2.2.22
- Helix
- Closed
- Thread is marked as Resolved.
-
-
You need to change your apache2 settings. Just google for it..
-
-
I've changed it in /etc/apache2/mods-available/ssl.conf but with no success.
-
You reloaded apache2 after that?
-
-
Yes...I'll do other tests...I' ll let you know.
-
Which changes did you do to the ssl.conf?
-
-
Hello ,
In your /etc/apache2/mod-available/ssl.conf file you must change:
by
then, save the file and restart Apache2
I'm wondering if we could not provide a specific config files which would override the default SSL parameters, or just by adding in the 00_nameserver.conf file the following configuration snippet:
Since that file is loaded later, that configuration snipped should take precedence over the default, right? We should test.