Skip to content

Gluetun+Mullvad+qBittorrent: "WARN [http proxy] cannot process request for client" #1399

Answered by bnhf
Stylback asked this question in Q&A
Discussion options

You must be logged in to vote

@Stylback

The way you're trying to utilize Gluetun from other containers, via http proxy, is not the typical approach. Maybe you have specific reasons for wanting to do it this way, but just in case you don't, a more standard stack would look something like this:

version: "3"
services:
    gluetun:
        image: qmcgaw/gluetun:latest
        container_name: gluetun
        cap_add:
            - NET_ADMIN
        ports:
            - 8080:8080 # qBittorrent webui
            - 6881:6881 # qBittorrent listening port
            - 6881:6881/udp # qBittorrent listening port/udp
        environment:
            - VPN_SERVICE_PROVIDER=perfect privacy
            - OPENVPN_USER=abc
            - 

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Stylback
Comment options

Answer selected by Stylback
Comment options

You must be logged in to vote
2 replies
@WeaponizedLego
Comment options

@Stylback
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants