Setting up reverse proxy for ruTorrent (or other containers) with lets-encrypt

  • Hi, I have a bit of a problem,


    I'm trying to setup a reverse proxy for ruTorrent, and it is not working


    I installed the linuxserver/letsencrypt image, and I was able to generate my certificate


    My server can be accessed from the web (https://lezero.li)


    So now I tried to edit the rutorrent.subdomain.conf file in /config/nginx/proxy-confs, in the Lets Encrypt container




    This my docker containers setup




    On my provider page, I also setup a CNAME entry for rutorrent



    When I try to go to https://rutorrent.lezero.li/ I'm prompted for the openmediavault panel


    Could someone point me in the right direction?

  • So I added the argument --network my-docker-net to the rutorrent container (same network as the letsencrypt container), to no avail,


    Here is my letsencrypt log



    And the log for rutorrent



    Thank you for replying

  • your letsencrypt docker have poblems to start


    you must see something like 0.0.0.0 443->443 ans it's not show: 443/tcp its not correct:




    mine is:




    If you use button modify to change something in a running docker, you MUST REVISE name and network type and change to Bridge again prior to save , otherwise your dockers broke like you see in your case.




    PD: Please edit your post to delete real e-mail and sensitive data, is not needed to help you

  • on your letsencrypt config try ONLY_SUBDOMAINS=true


    actually is FALSE



    Code
    SUBDOMAINS=omv,sonarr,cp,rutorrent
    EXTRA_DOMAINS=
    ONLY_SUBDOMAINS=false
    DHLEVEL=2048
    VALIDATION=dns
    DNSPLUGIN=ovh
    EMAIL=
    STAGING=


    validation must be HTTP
    and email is mandatory



    PD: your actual cert for https://lezero.li is a local cert not a letsencrypt cert:



    mine is:



Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!