Question about caddy in relation to jellyfin - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Question about caddy in relation to jellyfin (/t-question-about-caddy-in-relation-to-jellyfin) |
Question about caddy in relation to jellyfin - SuperficialNight - 2023-12-01 all the guides i can find like this one https://forum.jellyfin.org/t-access-your-jellyfin-anywhere-with-caddy they say: caddy reverse-proxy --from example.com --to 127.0.0.1:8096 if i use that with port 8096 will it still be encrypted via https after i sign in and start watching movies will the movies be encrypted via https aswell? reason i ask is because i signed in and looked at playback info and it says Protocol: http even though i signed in via https so im making sure that im encrypted RE: Question about caddy in relation to jellyfin - TheDreadPirate - 2023-12-01 If caddy is on the same host as Jellyfin the comms between the client and caddy are encrypted. The comms between caddy and Jellyfin are not. But since they are the same host it doesn't matter. RE: Question about caddy in relation to jellyfin - SuperficialNight - 2023-12-01 (2023-12-01, 11:35 PM)TheDreadPirate Wrote: If caddy is on the same host as Jellyfin the comms between the client and caddy are encrypted. The comms between caddy and Jellyfin are not. But since they are the same host it doesn't matter. aah i see to to clarify Caddy and the server are not encrypted. However, since they are on the same host, it does not matter. The movie goes from Jellyfin to Caddy to the client, and the Caddy to client connection being encrypted ensures that the video is encrypted regardless. This means that the video remains secure as it travels from Caddy to the client, even though the connection between Caddy and the server is not encrypted. have i got this correct? RE: Question about caddy in relation to jellyfin - TheDreadPirate - 2023-12-02 Correct. |