From 6e51b543f7f40719b6fbd130574c519070a1f12e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 17 Apr 2018 21:53:37 +0200 Subject: [PATCH] Add reasoning Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-websites.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 9b187ab81b..f848100886 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -523,6 +523,10 @@ - kojipkgs02.fedoraproject.org cert_name: "{{wildcard_cert_name}}" + # Nuke after F28 GA. + # This is because older ostrees try http/2, and there's a libcurl bug with h2 that affects it. + # This is an http-only website since that avoids the TLS negotiation that negotiates h2, meaning + # we force "older" ostrees to http/1.1. - role: httpd/website site_name: brokenostreekojipkgs.fedoraproject.org ssl: false