dperson/torproxy

max connections reached

lonnietc opened this issue · 5 comments

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?

I get the same error after a short while.

Same, right out of the box

docker run -it -p 8118:8118 -p 9050:9050 -d dperson/torproxy

Same issue.
Ideas?

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!

Thanks Pedro! :)