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
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
when trying to connect to the web interface, it just says Unauthorized. am i connecting to the wrong ip? feeling dumb. also, when I tried to use OPENVPN_PROVIDER as PIA, i couldnt get it to find any of the configs like US Chicago, US Texas, etc. yes, I properly escaped the spaces.
Current setup
information about your current setup
using a custom openvpn config, but its just generated from pia openvpn config generator tool. replaced sensitive info with &'s, but thats the exact run command im using. I changed the LAN to 10.0.0.0 from 192.168.0.0 since thats the format my lan uses.
docker-compose.yml file or docker run command
how did you start the container? (don't forget to use backticks for creating a proper code block)
What you have tried in order to fix the issue (if anything)
changed openvpn config, run command, different browser, even calling curl/wget from the server running the docker container also results in the "unauthorized" response
The text was updated successfully, but these errors were encountered:
You are probably passing a referrer in your Request headers.
General -> Referrer Policy: strict-origin-when-cross-origin
Set:
WebUI\CSRFProtection=false
I couldn't care less about this stupid feature when I'm running qbittorrent on my LAN and nobody else could possibly get to it. Edit: 😳 I stand corrected; You can change the setting in the WebUI under Options -> Enable Cross-Site Request Forgery (CSRF) protection. Uncheck it.
Information
describe the issue
when trying to connect to the web interface, it just says Unauthorized. am i connecting to the wrong ip? feeling dumb. also, when I tried to use OPENVPN_PROVIDER as PIA, i couldnt get it to find any of the configs like US Chicago, US Texas, etc. yes, I properly escaped the spaces.
Current setup
information about your current setup
using a custom openvpn config, but its just generated from pia openvpn config generator tool. replaced sensitive info with &'s, but thats the exact run command im using. I changed the LAN to 10.0.0.0 from 192.168.0.0 since thats the format my lan uses.
docker-compose.yml
file ordocker run
commandhow did you start the container? (don't forget to use backticks for creating a proper code block)
Attempted Fix(es)
What you have tried in order to fix the issue (if anything)
changed openvpn config, run command, different browser, even calling curl/wget from the server running the docker container also results in the "unauthorized" response
The text was updated successfully, but these errors were encountered: