ssl - How to disable SSLv3 in Apache on Windows installed by Xampp -


I am trying to disable SSLv3 in Apache, which I have installed on Windows through XMPP. But I'm having trouble finding out how. I was told that I need to add

  SSLProtocol All -SSLv2 -SSLv3  

to my SSL config file but I do not know where it is

I have heard from a

  c: \ xampp \ apache \ conf \ extra \ httpd-ssl.conf  

That is, I have searched for an SSL.com file, which does not exist.

Any thoughts?

Edit, I had also read from the tutorials, I am still not convinced that in config file where I transfer SSLProtocol All -SSLv2-SSLv3 if I was able to get the config file Was there.

It was to be understood by itself and it was very understandable like 30 minutes of Goggling. Just thought that I will answer it and leave it for someone else who comes by it.

  SSLProtocol all -SSLv2 -SSLv3  

below

  listen 443  

And then save and restart

Hope it helps!

Later, go and enter your domain and port ensure that you are good now.

Comments