Skip to content

Commit

Permalink
BUGFIX: Allow localhost proxy
Browse files Browse the repository at this point in the history
Resolves: sauce_connect proxying is denied to host "127.0.0.1:8081" localhost proxying is disabled
  • Loading branch information
markusguenther committed Sep 18, 2024
1 parent 0d9ff89 commit 1d98fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run:
no_output_timeout: 30m
command: |
Expand Down

0 comments on commit 1d98fd3

Please sign in to comment.