From cef98f95c97ad0b07ffb057b1b83913667ff89ad Mon Sep 17 00:00:00 2001 From: klzgrad Date: Wed, 15 Dec 2021 20:26:31 +0800 Subject: [PATCH] Remove P-224 --- HAProxy-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HAProxy-Setup.md b/HAProxy-Setup.md index e5c72c2..5525c00 100644 --- a/HAProxy-Setup.md +++ b/HAProxy-Setup.md @@ -57,7 +57,7 @@ userlist users user name insecure-password pass frontend haproxy_tls - bind :443 ssl crt /etc/haproxy/certs/ alpn h2,http/1.1 curves X25519:P-256:P-384:P-224:P-521 ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE+AES128:RSA+AES128:ECDHE+AES256:RSA+AES256:ECDHE+3DES:RSA+3DES + bind :443 ssl crt /etc/haproxy/certs/ alpn h2,http/1.1 curves X25519:P-256:P-384:P-521 ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE+AES128:RSA+AES128:ECDHE+AES256:RSA+AES256:ECDHE+3DES:RSA+3DES option http-use-proxy-header acl login base_dom login-key.test acl auth_ok http_auth(users)