From fa168a01733b09e57929a38b64c4d566e55a97c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Gu=CC=88nther?= Date: Wed, 18 Sep 2024 11:22:20 +0200 Subject: [PATCH] BUGFIX: Allow localhost proxy Resolves: sauce_connect proxying is denied to host "127.0.0.1:8081" localhost proxying is disabled --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4cdce5f36..f420f53ba7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,7 +115,7 @@ jobs: - run: name: Start Sauce Connect background: true - command: sc run --username ${SAUCE_USERNAME} --access-key ${SAUCE_ACCESS_KEY} --tunnel-name "circleci-tunnel" --region "us-west-1" + command: sc run --username ${SAUCE_USERNAME} --access-key ${SAUCE_ACCESS_KEY} --tunnel-name "circleci-tunnel" --region "us-west-1" --proxy-localhost allow - run: no_output_timeout: 30m command: |