如何在Apache中禁用的SSLv3通过Xampp时安装的Windows [英] How to disable SSLv3 in Apache on Windows installed by Xampp

查看:452
本文介绍了如何在Apache中禁用的SSLv3通过Xampp时安装的Windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图禁用我已经通过XAMPP安装在Windows SSLv3的Apache中。但我无法弄清楚如何。有人告诉我,我需要添加

I'm attempting to disable SSLv3 in Apache which I've installed on Windows via xampp. But I'm having trouble figuring out how. I was told that I needed to add

SSLProtocol All -SSLv2 -SSLv3

要我的SSL配置文件,但我不知道在哪里是。

To my ssl config file but I'm not sure where that is.

我看到一个

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

但是从我做听到研究认为我在找这似乎不存在的ssl.conf文件。

but from the research I've done heard that I'm looking for a ssl.conf file which doesn't seem to exist.

任何想法?

编辑也从我读的教程,我仍然不知道在哪里的配置文件我的地方
    SSLProtocol所有-SSLv2 -SSLv3
如果我能找到的配置文件。

Edit also, from the tutorials I was reading, I'm still not sure where in the config file I'd place the SSLProtocol All -SSLv2 -SSLv3 if I was able to find the config file.

推荐答案

必须想出了这一点,我和谷歌搜索弄明白的太像30分钟。只是觉得我会回答它,并在这里把这个留给谁比谁来通过,并看着它。

Had to figure this out myself and too like 30 minutes of Googling to figure it out. Just thought I'd answer it and leave this here for anyone else who comes by and looks at it.

XAMPP>阿帕奇> CONF>额外>的httpd-ssl.conf中

xampp > apache > conf > extra > httpd-ssl.conf

只需添加

SSLProtocol All -SSLv2 -SSLv3

Listen 443

然后保存并重启。随后,转到 http://poodlebleed.com/ 并输入您的域名和端口,以确保你现在是不错的。

and then save and restart. Afterwards, goto http://poodlebleed.com/ and enter your domain and port to make sure that you are now good.

希望这有助于!

这篇关于如何在Apache中禁用的SSLv3通过Xampp时安装的Windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆