max connections reached
lonnietc opened this issue · 5 comments
lonnietc commented
Hello,
I just tried torproxy in a docker container as your instructions.
when I pointed a browser to "http://localhost:8118" the message I see is:
Maximum number of open connections reached.
Is this correct?
gimlichael commented
I get the same error after a short while.
PedroD commented
Same, right out of the box
docker run -it -p 8118:8118 -p 9050:9050 -d dperson/torproxy
odissea commented
Same issue.
Ideas?
PedroD commented
Yes: Do not connect directly to the proxy's page.
Install a plugin such as foxyproxy and point it to the container's address, et voila!
odissea commented
Thanks Pedro! :)