Skip to content

Instantly share code, notes, and snippets.

@billmeyer
Last active April 15, 2020 20:07
Show Gist options
  • Save billmeyer/fa1f51cc4912598b914fad2b75bfbf61 to your computer and use it in GitHub Desktop.
Save billmeyer/fa1f51cc4912598b914fad2b75bfbf61 to your computer and use it in GitHub Desktop.

Start the tunnels

  1. Set environment variables needed by Sauce Connect:
  • SAUCE_USERNAME
  • SAUCE_ACCESS_KEY
  1. In Terminal 1:
  sc --config-file config.vdc-ha1.yml
  1. In Terminal 2:
  sc --config-file config.vdc-ha2.yml
logfile: "/tmp/sc.vdc-ha2.log"
pidfile: "/tmp/sc.vdc-ha2.pid"
log-stats: 60
se-port: 4011
metrics-address: "localhost:4012"
rest-url: "https://app.saucelabs.com/rest/v1"
shared-tunnel: true
tunnel-domains: "*.billmeyer.corp"
tunnel-identifier: "qa-vdc-shared-1"
verbose: 0
no-remove-colliding-tunnels: "true"
tunnel-cert: public
logfile: "/tmp/sc.vdc-ha1.log"
pidfile: "/tmp/sc.vdc-ha1.pid"
log-stats: 60
se-port: 4001
metrics-address: "localhost:4002"
rest-url: "https://app.saucelabs.com/rest/v1"
shared-tunnel: true
tunnel-domains: "*.billmeyer.corp"
tunnel-identifier: "qa-vdc-shared-1"
verbose: 0
no-remove-colliding-tunnels: "true"
tunnel-cert: public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment