Skip to content

Commit

Permalink
fix(terraform): Enabled 0-RTT for TLS 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Nov 19, 2023
1 parent 7e98fed commit 8b931d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "cloudflare_zone_settings_override" "main" {
}
min_tls_version = "1.2"
opportunistic_encryption = "on"
tls_1_3 = "on"
tls_1_3 = "zrt" # 0-RTT
automatic_https_rewrites = "on"

# Security > Settings
Expand Down

0 comments on commit 8b931d7

Please sign in to comment.