From 37903142548ca5e04cdbb5d35d9cc19c1fda692b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 28 Nov 2017 23:55:26 +0000 Subject: [PATCH] COPR has had a lot of time to transfer to TLS. Now require it Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-websites.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 3f3935e9cf..bc270fef58 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -283,8 +283,7 @@ - role: httpd/website name: copr.fedoraproject.org ssl: true - # We need sslonly=false because copr-cli hardcoded http - sslonly: false + sslonly: true cert_name: "{{wildcard_cert_name}}" - role: httpd/website