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

Basic proxy authentication #451

Open
BaukeZwart opened this issue Jul 6, 2023 · 5 comments
Open

Basic proxy authentication #451

BaukeZwart opened this issue Jul 6, 2023 · 5 comments
Labels
bt client feature New feature or request

Comments

@BaukeZwart
Copy link

I run CS on my local host and qbit on a remote seedbox that requires proxy authentication when accessing via https.
When I ty to set the qbit url in the config to https://user:pass@domain/qbittorrent I'm getting a qbit login error.
qBittorrent login failed with code 401
Would it be possible to support proxy authentication so https can be used when accessing remote clients?

@zakkarry
Copy link
Collaborator

zakkarry commented Sep 23, 2023

If I'm not mistaken, this is something that could be easily accomplished with a reverse proxy setup such as nginx, swag or caddy (just two popular options of many choices)

@zakkarry zakkarry added feature New feature or request bt client labels Sep 28, 2023
@BaukeZwart
Copy link
Author

nginx in my case

@zakkarry
Copy link
Collaborator

zakkarry commented Oct 3, 2023

nginx in my case

https://shairosenfeld.blogspot.com/search?q=nginx would seem relevant perhaps, just a quick search.

@BaukeZwart
Copy link
Author

I was hoping for a fix where I don't have to mess with NGINX on the seedbox, managed that for all other apps, CS is the only one that I haven't managed to get https working for.
I'm terrified to lock myself out.
And that won't be a solution for users on a shared box, they won't have root access and probably can't access the NGINX settings.

@jimmyjones865
Copy link

I was hoping for a fix where I don't have to mess with NGINX on the seedbox, managed that for all other apps, CS is the only one that I haven't managed to get https working for. I'm terrified to lock myself out. And that won't be a solution for users on a shared box, they won't have root access and probably can't access the NGINX settings.

Did you ever get this to work? I am having the exact same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bt client feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants