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
What happened:
When I kill - terminate - caddy with torproxy the spawned tor process doesn't terminate.
Which causes caddy to fail on restart as it complains that port 8868 is already is use.
What you expected to happen:
I expect it to either end the child tor process, or to be able to re-use an existing one.
Environment:
Torproxy version: Not sure
Downloaded using wget -O caddy_torproxy.tgz 'https://caddyserver.com/download/linux/amd64?plugins=http.torproxy&license=personal&telemetry=off'
Others: caddy 1.0.4
The text was updated successfully, but these errors were encountered:
Feels like a similar issue to the one we had before splitting it out into a separate project.
Might add some more details for @erbesharattxtdirect/txtdirect#245
I used the latest commit on caddy-v1 branch and the Caddy build server binary and after closing torproxy all the opened ports got closed and the Tor instance got shutdown successfully.
I had these ports opened after running torproxy with default configs and they all got closed after shutdown:
I wasn't able to reproduce this bug so it would be awesome if you could provide more information and your config file in case you've changed a default config.
Is this a BUG REPORT or FEATURE REQUEST?:
bug
What happened:
When I kill - terminate - caddy with torproxy the spawned tor process doesn't terminate.
Which causes caddy to fail on restart as it complains that port 8868 is already is use.
What you expected to happen:
I expect it to either end the child tor process, or to be able to re-use an existing one.
Environment:
Downloaded using
wget -O caddy_torproxy.tgz 'https://caddyserver.com/download/linux/amd64?plugins=http.torproxy&license=personal&telemetry=off'
The text was updated successfully, but these errors were encountered: