Closed grepusername closed 4 years ago
The connection that it's trying to make should be to 127.0.0.1 - is there anything in your firewall settings that might prevent that?
Hey int19h,
There is not:
~/sudo ufw status
Status: inactive
There is nothing much listening at the moment but connecting to a few thing that are listening on relatively arbitrarily ports works fine, e.g.:
~/telnet 127.0.0.1 55443
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Hm... I don't know if that would help, but connection handling is considerably different in the new version of the debugger - can you try the current pre-release, and see if that makes any difference?
Further testing has revealed that it isn't the proxy access that is the issue but the presence of docker or the docker host address. Further testing required on my end at least.
Environment data
Actual behavior
When attempting to debug any code the connection to the debugger is refused with the following message:
Expected behavior
Successful debugging behaviour
Steps to reproduce:
There are two factors that may be relevant here:
On a similar server (though running RHEL 7.7) debugging continues to connect - however, it is both able to connect to the internet/doesn't have a pernicious proxy configuration and hasn't been upgraded in months.