小编Sur*_*der的帖子

Haproxy TLS 配置

我需要用 tls 创建 haproxy,虽然它可以成功地使用 ssl 证书,但我已经完成了以下配置

global
    log 127.0.0.1 local0 debug
    ssl-default-bind-options no-sslv3 2048
Run Code Online (Sandbox Code Playgroud)

它给出以下错误,请建议我应该在哪里更改

[ALERT] 330/075452 (70779) : parsing [/etc/haproxy/haproxy.cfg:8] : unknown keyword 'ssl-default-bind-options' in 'global' section
[ALERT] 330/075452 (70779) : Error(s) found in configuration file : /etc/haproxy/haproxy.cfg
[WARNING] 330/075452 (70779) : Setting tune.ssl.default-dh-param to 1024 by default, if your workload permits it you should set it to at least 2048. Please set a value >= 1024 to make this warning disappear.
[ALERT] 330/075452 (70779) : Fatal errors found …
Run Code Online (Sandbox Code Playgroud)

haproxy

4
推荐指数
1
解决办法
7277
查看次数

标签 统计

haproxy ×1