Skip to content
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

Can't connect to remote rclone #43

Open
tigattack opened this issue May 3, 2023 · 0 comments
Open

Can't connect to remote rclone #43

tigattack opened this issue May 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tigattack
Copy link

I'm trying to use this with a remote rclone server.

The connection fails, I can see that the OPTIONS request to the /rc/noopauth endpoint is being responded to with a 401. My credentials are definitely valid, I've double and triple checked this, though I notice this request has no authorization header.

The following POST to the /rc/noopauth endpoint also fails, this time with NS_ERROR_DOM_BAD_URI.

I can make requests to rclone from remote machines with curl, so there should be no issues with the rclone setup, but for clarity I'm launching rclone like this during testing: rclone rcd --rc-addr=0.0.0.0:5572 --rc-allow-origin=* --rc-htpasswd=/tmp/rclone-test.htpasswd

@ElonH ElonH added the bug Something isn't working label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants