You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Overall Results Summary
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
The text was updated successfully, but these errors were encountered:
It sounds like the internal site requires VPN to access directly without upstream proxy, while external site requires going through your company's proxy in the VPN. It's probably how your company network policy is setup. Could you confirm the behaviour without hoverfly?
Description of the bug
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 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
Overall Results Summary
Hoverfly error messages seen (If none, say none)
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
Mac OS Catalina
The text was updated successfully, but these errors were encountered: