• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access SOLVED: Windows + Caddy + DuckDNS - how do I setup SSL?

     
    • 0 Vote(s) - 0 Average

    SOLVED: Windows + Caddy + DuckDNS - how do I setup SSL?

    Lexx
    Offline

    Junior Member

    Posts: 16
    Threads: 6
    Joined: 2025 Jan
    Reputation: 0
    #8
    2025-04-14, 04:54 PM (This post was last modified: 2025-04-14, 04:54 PM by Lexx.)
    So after some testing, I got things to work:
    -my router needs port 443 forwarded only.
    -jellyfin needs no https enabled or setup
    -my caddyfile:
    subdomain.duckdns.org {
    reverse_proxy 127.0.0.1:8096
    }

    without the :8096 it doesn't work. So, from what I understand:
    (internet) - browser or app tries to access subdomain.duckdns.org (without port argument). This defaults to port 443 requested (invisibly).
    this request goes to duckdns name server, which looks up my IP in its record and sends the request to my IP
    My router sees the request on port 443, and forwards it through to my server.
    my server, running caddy as a reverse proxy, sees this request and forwards *everything*? to localhost on port 8096.
    Jellyfin server receives the request, forwarded to port 8096, and stripped of the secure layer, and responds.

    The SSL layer is happening between caddy and the client user, as far as jellyfin is concerned it's a plaintext unencrypted session.

    Is that understanding correct?
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Windows + Caddy + DuckDNS - how do I setup SSL? - by Lexx - 2025-04-12, 07:42 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by TheDreadPirate - 2025-04-12, 09:49 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by Lexx - 2025-04-13, 01:43 AM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by TheDreadPirate - 2025-04-13, 02:09 AM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by Lexx - 2025-04-13, 05:24 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by Lexx - 2025-04-13, 06:03 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by TheDreadPirate - 2025-04-13, 07:46 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by Lexx - 2025-04-14, 04:54 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by TheDreadPirate - 2025-04-14, 06:06 PM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by Secret_Agent_Super_Dragon - 2025-04-15, 12:05 AM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by TheDreadPirate - 2025-04-15, 12:09 AM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by MazMan - 2025-04-15, 12:19 AM
    RE: Windows + Caddy + DuckDNS - how do I setup SSL? - by TheDreadPirate - 2025-04-15, 01:26 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode