M
M
mr_blond972015-05-18 20:19:43
Apache HTTP Server
mr_blond97, 2015-05-18 20:19:43

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

2 answer(s)
R
Rikcon, 2015-05-18
@Rikcon

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.

S
sasah, 2015-06-06
@sasah

Lots of useful tips:
https://wiki.mozilla.org/Security/Server_Side_TLS
https://mozilla.github.io/server-side-tls/ssl-conf...
Check the result:
https://www.ssllabs .com/ssltest/
https://sslcheck.globalsign.com/ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question