Giter VIP home page Giter VIP logo

Comments (8)

lgallard avatar lgallard commented on July 27, 2024

Hi bigfoot90,

Can you send me your nginx settings to reproduce the reverse proxy and make my tests?

from qbittorrent-controller.

bigfoot90 avatar bigfoot90 commented on July 27, 2024

Hi, thank you for responce, here is my config:

server {
    listen 80;
    server_name mydomain.com;

    access_log  /var/log/nginx/torrent_access.log;
    error_log  /var/log/nginx/torrent_error.log;

    location ~ / {
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_pass http://192.168.1.10:8080;
    }
}

I've replaced the real domain for obvious reasons.
You need to add mydomain.com to your /etc/hosts file.

from qbittorrent-controller.

lgallard avatar lgallard commented on July 27, 2024

HI,

When trying to connect to nginx using your setting I got this error:

'qbittorrentclientpro W/System.errοΉ• Caused by: org.apache.http.ProtocolException: The server failed to respond with a valid HTTP response'

Do you have any idea of what nginx expects? Because I followed the qBittorrent WebUI API specification to connect to the server.

from qbittorrent-controller.

bigfoot90 avatar bigfoot90 commented on July 27, 2024

hi, can you post your nginx logs?
on linux systems they are in /var/log/nginx/error.log and /var/log/nginx/access.log

also make sure the qBittorrent is running with web interface enabled,
and doucle check your address ip and port on proxy_pass parameter

from qbittorrent-controller.

lgallard avatar lgallard commented on July 27, 2024

Hi bigfoot90,

I will be publishing a fix for this issue soon, after testing all the commands (add, delete, send torrents, etc).

from qbittorrent-controller.

bigfoot90 avatar bigfoot90 commented on July 27, 2024

Thank you very much

from qbittorrent-controller.

lgallard avatar lgallard commented on July 27, 2024

Hi bigfoot90,

You are welcome...it was fixed and published in version 3.9.2

Regards!

from qbittorrent-controller.

bigfoot90 avatar bigfoot90 commented on July 27, 2024

Fantastic. It also works with HTTPS enabled on reverse proxy. Thanks.

from qbittorrent-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.