Jellyfin Forum
https not working on jellyfin-media-player - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: https not working on jellyfin-media-player (/t-https-not-working-on-jellyfin-media-player)



https not working on jellyfin-media-player - SuperficialNight - 2023-12-01

use used caddy to setup the https im using local ips not public ones yet

here is my caddyfile

https://192.168.1.18:8920 {
  reverse_proxy 127.0.0.1:8096
}

now when i go on my browser and type

https://192.168.1.18:8920

it works perfectly but if i type that in to my jellyfin-media-player i get this

Connection Failure

We're unable to connect to the selected server right now. Please ensure it is running and try again.

here is a image with jmp on the left and browser on the right same ip


[img][Image: b2TTzFQ][/img]


any idea what this could be ?


RE: https not working on jellyfin-media-player - TheDreadPirate - 2023-12-01

Are you using a self signed cert? If so, JMP won't work without manually adding your cert to the OS cert store.


RE: https not working on jellyfin-media-player - SuperficialNight - 2023-12-01

(2023-12-01, 07:18 PM)TheDreadPirate Wrote: Are you using a self signed cert?  If so, JMP won't work without manually adding your cert to the OS cert store.

So /etc/ssl/certs and /etc/ssl/private?


offtopic:

can i use caddy on my public ip without a domain?


RE: https not working on jellyfin-media-player - TheDreadPirate - 2023-12-01

How did you get your certs? I'm assuming from your response that they are self signed.

You can use caddy but a free DDNS from DuckDNS makes things easier and will automatically update if your IP changed. And you can then get a proper cert.

Using a self signed cert will break ALL non-browser Jellyfin clients. Some OSes straight up won't allow you to add self signed certs.


RE: https not working on jellyfin-media-player - SuperficialNight - 2023-12-01

i
(2023-12-01, 09:11 PM)TheDreadPirate Wrote: How did you get your certs?  I'm assuming from your response that they are self signed.

You can use caddy but a free DDNS from DuckDNS makes things easier and will automatically update if your IP changed.  And you can then get a proper cert.

Using a self signed cert will break ALL non-browser Jellyfin clients.  Some OSes straight up won't allow you to add self signed certs.

I tried using duckdns but the recaptcha was not showing did u have this same issue?


here is a image


https://ibb.co/XWVWFkY

You're a legend! Turns out it was my browser. I used DuckDNS and allowed the right ports on my firewall, and it works. Thanks for everything! Smiling-face