在 wamp 服务器上使用 openssl 修改 ssl 版本
Posted
技术标签:
【中文标题】在 wamp 服务器上使用 openssl 修改 ssl 版本【英文标题】:Modifying the ssl version using openssl on wamp server 【发布时间】:2013-12-17 08:12:57 【问题描述】:我目前正在测试 TLS 1.0 中的一些漏洞。我创建了一个网站并将其托管在 wamp 服务器 2.4 上。我正在使用 openssl 为 SSL 加密版本创建自签名证书。 1.01。但是当前的 openssl 版本使用 TLS 1.2 提供。我想使用 TLS 1.0 而不是测试一些漏洞,例如 TLS 1.0 中存在的 BEAST 攻击。我想知道如何修改版本,以便网站现在使用 TLS 1.0 协议。
【问题讨论】:
【参考方案1】:试试看the manual:
然后在\wamp\bin\apache\apachex.y.z\conf\extra\httpd-ssl.conf
找到这一行
SSLProtocol all -SSLv2
然后将该行更改为仅包含您要测试的协议,以便它是唯一使用的协议。
【讨论】:
以上是关于在 wamp 服务器上使用 openssl 修改 ssl 版本的主要内容,如果未能解决你的问题,请参考以下文章
Composer 警告:缺少 openssl 扩展。如何在 WAMP 中启用
在 wamp 服务器上使用 codeigniter 发送邮件时出错
windows中wamp环境composer使用中openssl问题解决