How to connect to proxy

What is the problem you are having with rclone?

Want connect use rclone with proxy
I dont know where this should ask here but u can delete if not related.

i want connect rclone with nordvpn proxy
so it contain
-address
-pass
-username
-type:sock5
-windows

i trying some command but dont really know what im do.
so want to find help simple command what need to be done

set http_proxy=username:password@amsterdam.nl.socks.nordhold.net:1080
set http_proxy=socks5:username:password@amsterdam.nl.socks.nordhold.net:1080
set https_proxy=socks5:username:password@amsterdam.nl.socks.nordhold.net:1080

proxyconnect tcp: dial tcp :1080: connectex: No connection could be made because the target machine actively refused it.

Run the command 'rclone version' and share the full output of the command.

Which cloud storage system are you using? (eg Google Drive)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

I don't think rclone supports socks proxies yet: https://github.com/rclone/rclone/issues/3558

If you are connecting to most cloud storage backends then only an HTTP proxy is required.

Which cloud storage system are you using?

google drive,im afraid nordvpn dont provide http proxy anymore as i know
. then i need to find another provider i guess.
please update in proxy setting so other people can take note

Maybe it is supported... - see this reddit post

And the go docs: http package - net/http - pkg.go.dev

Try

set HTTP_PROXY=socks5://username:password@amsterdam.nl.socks.nordhold.net:1080

That should work for all HTTP based backends but not FTP/SFTP.

If it works, I'll put it in the docs!

1 Like

idk anything about setting proxy but for my case,it work

1 Like

Great!

I note it does say that socks5 is supported in the docs
.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.