From 57ac756465820bed0f1396530ff9b4ea8a9da494 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 24 Jun 2021 12:50:57 +0100 Subject: [PATCH] Allow proxy zuul job to connect to any port This was previously restricted to port 443, but now we are moving to have the internal VIP also available on HTTPS so connections to port 5000 and many others will be necessary. Change-Id: I367e1f72ca86f20f9c93c0be88a18399b8b45439 --- tests/roles/bootstrap-host/files/squid.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/roles/bootstrap-host/files/squid.conf b/tests/roles/bootstrap-host/files/squid.conf index d7845d2b3e..3e44e303ae 100644 --- a/tests/roles/bootstrap-host/files/squid.conf +++ b/tests/roles/bootstrap-host/files/squid.conf @@ -1,8 +1,6 @@ -acl SSL_ports port 443 acl CONNECT method CONNECT acl lan src 172.29.236.0/22 -http_access deny CONNECT !SSL_ports http_access allow localhost manager http_access allow lan http_access deny manager