0x1 测试方式推荐
-
手动 + openssl 测试。通过浏览器F12查看各安全头是否设置,通过 openssl 命令测试支持的 ssl 协议
openssl s_client -connect xxx.xxx.gov.cn:443 -ssl3
-
使用在工具测试
myssl.com
-
部署工具本地测试 testssl
# github 代码地址 https://github.com/drwetter/testssl.sh # 官网 https://testssl.sh/
手动 + openssl 测试。通过浏览器F12查看各安全头是否设置,通过 openssl 命令测试支持的 ssl 协议
openssl s_client -connect xxx.xxx.gov.cn:443 -ssl3
使用在工具测试 myssl.com
部署工具本地测试 testssl
# github 代码地址
https://github.com/drwetter/testssl.sh
# 官网
https://testssl.sh/
评论