Answer the question
In order to leave comments, you need to log in
How to disable SSLv3 on Apache?
You need to disable the ssl v3 protocol on the server. CentOS 7, Apache 2 4 6. Google says to open /etc/httpd/conf.d/ssl.conf file, add the line "SSLProtocol all -SSLv2" to "SSLProtocol all -SSLv2 -SSLv3" and restart Apache I edit the line, save the file, write in the console sudo service httpd restart in response: redirecting to /bin/systemctl restart httpd.service ssl.conf
How to properly disable SSLv3?
A person on this resource faced the same problem, they did not help him, as far as I understood. unix.stackexchange.com/questions/162478/how-to-dis...
Answer the question
In order to leave comments, you need to log in
And why add, you need to find the line
SSLProtocol all -SSLv2 -SSLv3
and remove -sslv3
SSLProtocol all -SSLv2
This is how your line should look.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question