在使用的过程中,我们发现在用IE浏览器的时候

我们设置成

haproxy 关闭ssl3

然后我们的网站会出现部分页面不出来

然后我们也发现在扫面网站链接的时候

haproxy 关闭ssl3

所以当务之急是关闭ssl3

我这里的反向代理使用的是haproxy 版本是HA-Proxy version 1.5.4 2014/09/02

所以这里我们在配置文件中配置

bind *:443  ssl crt /etc/haproxy/kong.com.pem no-sslv3

这里参考链接是:

https://www.linode.com/docs/security/security-patches/disabling-sslv3-for-poodle

   

相关文章:

  • 2021-10-17
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
  • 2022-03-07
  • 2021-12-20
  • 2021-07-10
相关资源
相似解决方案