ssl - 如何启用 tls 版本。 1.2 在 haproxy 中

标签 ssl haproxy tls1.2

我有 haproxy 做 ssl 终止。我禁用了 sslv3。

ssl 测试人员说我只启用了 tls 1.0。如何在 haproxy 中启用 tls 版本 1.2?

谢谢

最佳答案

我们可以默认指定这些信息:

  1. ssl-default-server-options force-tlsv12 它将应用于 haproxy 配置中的所有服务器命令

  2. ssl-default-bind-options force-tlsv12 它将应用于 haproxy 配置中的所有绑定(bind)命令。

关于ssl - 如何启用 tls 版本。 1.2 在 haproxy 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32688975/

相关文章:

Python 发送 ACK 非常快

cookies - haproxy 和粘性 session

haproxy - 我可以将一个大的 HAProxy 配置文件拆分为多个较小的文件吗?

amazon-web-services - 安装 3 个 Kubernetes Master 和 3 个节点

java - 如何读取 Java 中的 SNI 扩展?

go - 如何将 Base64 编码的 p12 转换为 tls.Certificate

c# - 使用证书的相互 SSL 的 WCF 身份验证错误

java - SSL 握手异常

php - TLS 协商失败 : ldap_connect with port other than default

ssl - 读取 base64 编码证书的内容