Search code examples
http-proxysaucelabs

Sauce connect using local proxy


I want all traffic to pass over proxy on my local machine. scheme

I have my proxy on localhost:8888 I tried:

sc -u <user_name> -k <key> -p localhost:8888

As it mentioned here “Getting Error: failed to connect to tunnel VM” with intern/saucelabs I tried to pass -p and --pac, but it didn't help me. This documentation page, that probably could have solved all my problems, is inaccessible due to some reason.

Please help me to solve it.


Solution

  • sc -u <user_name> -k <key> -p 127.0.0.1:8888
    

    Solved the problem