Skip to content

Commit

Permalink
front proxy supports h2 and min tls1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kahgeh-work committed Sep 28, 2020
1 parent ccbe541 commit 8d07d49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aws/front-proxy/envoy-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
filename: "/etc/letsencrypt/live/{{DOMAIN_NAME}}/fullchain.pem"
private_key:
filename: "/etc/letsencrypt/live/{{DOMAIN_NAME}}/privkey.pem"
alpn_protocols: ["h2,http/1.1"]
tls_params:
tls_minimum_protocol_version: TLSv1_2
clusters:
- connect_timeout: 1s
type: STATIC
Expand Down

0 comments on commit 8d07d49

Please sign in to comment.