From 7e0bf6ff985b62c23b744a1dd31843ec62b5b501 Mon Sep 17 00:00:00 2001 From: Jordan Olshevski Date: Thu, 29 Feb 2024 21:33:07 -0600 Subject: [PATCH] Force http1.1 to fix ios w/ wildcard cert --- manifests/contour.ext.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifests/contour.ext.yaml b/manifests/contour.ext.yaml index 100d999..c803636 100644 --- a/manifests/contour.ext.yaml +++ b/manifests/contour.ext.yaml @@ -131,9 +131,8 @@ data: # - "grpc_status" # - "grpc_status_number" # - # default-http-versions: - # - "HTTP/2" - # - "HTTP/1.1" + default-http-versions: + - "HTTP/1.1" # # The following shows the default proxy timeout settings. # timeouts: