• 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 HTTPS on Port 443 fails (Ubuntu)

     
    • 0 Vote(s) - 0 Average

    HTTPS on Port 443 fails (Ubuntu)

    bitstream
    Offline

    Junior Member

    Posts: 25
    Threads: 6
    Joined: 2025 Apr
    Reputation: 0
    #3
    2025-04-09, 10:08 PM (This post was last modified: 2025-04-09, 11:03 PM by bitstream. Edited 1 time in total.)
    Other option would be to configure a redirect with iptables:

    sudo iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8096
    sudo iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8920

    And don't forget to make the rules permanent:
    apt-get install iptables-persistent
    iptables-save > /etc/iptables/rules.v4
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    HTTPS on Port 443 fails (Ubuntu) - by bitstream - 2025-04-09, 08:02 PM
    RE: HTTPS on Port 443 fails - by bitstream - 2025-04-09, 08:25 PM
    RE: HTTPS on Port 443 fails - by thenickdude - 2025-05-21, 02:15 PM
    RE: HTTPS on Port 443 fails (Ubuntu) - by bitstream - 2025-04-09, 10:08 PM
    RE: HTTPS on Port 443 fails (Ubuntu) - by TheDreadPirate - 2025-04-10, 12:53 PM
    RE: HTTPS on Port 443 fails (Ubuntu) - by bitstream - 2025-04-10, 04:03 PM
    RE: HTTPS on Port 443 fails (Ubuntu) - by TheDreadPirate - 2025-04-10, 05:25 PM
    RE: HTTPS on Port 443 fails (Ubuntu) - by bitstream - 2025-04-11, 01:19 PM
    RE: HTTPS on Port 443 fails (Ubuntu) - by TheDreadPirate - 2025-04-11, 04:17 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