Connection refused: The proxy could not connect ot
Nobody has claimed this yet.
- Dominant language
- OCaml
- Stars
- 1.2k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
While debugging issue https://github.com/abhinavsingh/proxy.py/issues/43 I ran into the following error page:
which hinted towards a certain bug during communicating between vpnkit and proxy.py container. For some reason, client connections to proxy.py are closed soon after proxy.py has received the client request, resulting in a tight retry request loop. See my https://github.com/abhinavsingh/proxy.py/issues/43#issuecomment-465841635 for more debugging details.
Any ideas where things might be going wrong here?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked proxy.py issue #43 and the referenced comment for the available debugging details about vpnkit and the proxy.py container. Trace why client connections close after the request; done means identifying the communication failure and confirming that the retry loop no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml, python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100