-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tails v4.12 (tor network) error curl: (7) Failed to connect to example.org port 443: Connection refused
& curl --socks5 127.0.0.1:9050
#17
Comments
amnesia@amnesia:~$ curl --preproxy 127.0.0.1:9050 https://beta.rclone.org/version.txt
rclone v1.54.0-beta.4833.5164c3d2d |
It works! Example dotfile amnesia@amnesia:~$ cat ~/.curlrc
# @see https://curl.haxx.se/docs/manpage.html
# "Tails v4.12 (tor network) error 'curl: (7) Failed to connect to example.org port 443: Connection refused' & 'curl --socks5 127.0.0.1:9050' #17"
preproxy = 127.0.0.1:9050
amnesia@amnesia:~$ curl https://beta.rclone.org/version.txt
rclone v1.54.0-beta.4833.5164c3d2d |
…d for 'curl: (7) Failed to connect to example.org port 443: Connection refused'
See also:
tails-rclone
?) #16 (comment)The generic error happens when using Tails v4.12 after a simple curl to an HTTPS site (
curl: (7) Failed to connect to example.org port 443: Connection refused
).Adding
--socks5 127.0.0.1:9050
fix this. But very likely this would break several shell scripts that relly on curl and do not have hardcoded proxy configuration or somethingThe text was updated successfully, but these errors were encountered: