こんにちは、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