嗨,我正在使用 haproxy 对我的 https 连接进行负载平衡。我想做积极的健康检查,但它们似乎不起作用。欢迎任何有关如何正确编写以下内容的提示。我让它们在 http 端口 80 连接上工作得很好。
frontend incoming_https
bind *:443
mode tcp
default_backend web_https
backend web_https
mode tcp
option httpchk GET / HTTP/1.1\r\nHost:\ https://www.mysite.com
server web-0 xxx.xxx.xxx.xxx:443 check inter 5000 port 443