-
Notifications
You must be signed in to change notification settings - Fork 213
Description
Description of the bug
- When laptop is not connected with VPN
When starting the hoverfly with arg "--upstream-proxy", both internal & external websites cannot be accessed.
When starting the hoverfly without proxy argument, the internal websites cannot be accessed, but external ones can.
- When laptop is connected with VPN
When starting the hoverfly with arg "--upstream-proxy", the internal websites cannot be accessed but external ones can.
When starting the hoverfly without proxy argument, the internal websites can be accessed, but external ones can not.
Internal websites -- Websites protected by the upstream proxy.
External websites -- Public websites like www.google.com
Steps to reproduce the issue
-
Connect to a company sepcific VPN if possible
-
hoverctl start --cors --disable-tls --upstream-proxy <company_proxy> (w/ proxy)
hoverctl start --cors --disable-tls (w/o proxy) -
hoverctl mode capture
-
open --new -a 'Google Chrome' --args --proxy-server=localhost:8500 --user-data-dir="$HOME/Library/Application Support/Google/Chrome-Hoverfly" --no-first-run --no-default-browser-check
-
Type in URL on browser
Observed result
Hoverfly error messages seen (If none, say none)
Hoverfly Error!
There was an error when forwarding the request to the intended destination
Got error: Get "https://www.google.com/": dial tcp [<ip_address>]:443: connect: network is unreachable
If possible, add screenshots to help explain your problem
Expected result
When starting the hoverfly with arg "--upstream-proxy", both internal & external websites can be accessed.
When starting the hoverfly without proxy argument, the internal websites can not be accessed, but external ones can.
Additional relevant information
- Hoverfly version: v1.3.2
- Anything that might help us to diagnose the problem
Mac OS Catalina