2023-11-11, 09:04 PM
[*]Version: 10.8.12
[*]Installation method/platform: Podman on Fedora 38 Linux
[*]Container Version: docker.io/jellyfin/jellyfin:latest
[*]Issue summary: HTTPS server configuration
Starting my transition off of a VM of jellyfin, and moving to a container instance. Testing each of the key things i've learned after running Jellyfin for a bit. Finally got the container working with my RAID that i normally just connect through virtual interface on my VM (all this is one server so networks not really required).
Since that works i'm setting it up so TLS/SSL portion of the server with a self signed cert (works fine with my VM instance). I cannot connect to the server via TLS (port 8920) on the web interface. I get the connect connect error (firefox, edge, chrome all same issue) PR_CONNECT_RESET_ERROR. Which 99% certain means the container cannot setup the TLS part of the server. Really the questions are
1) Is the container setup to use TLS/SSL or do i need to add this functionality?
2) Is there more i have to do to setup the TLS/SSL for a podman container (environment variable, system resource) so that the HTTPS server side works?
- the container can access and has permission to the cert. its in the correct format (works on VM at least)
- the container can see it and states it can access it with the password i have set for it
- Thanks
[*]Installation method/platform: Podman on Fedora 38 Linux
[*]Container Version: docker.io/jellyfin/jellyfin:latest
[*]Issue summary: HTTPS server configuration
Starting my transition off of a VM of jellyfin, and moving to a container instance. Testing each of the key things i've learned after running Jellyfin for a bit. Finally got the container working with my RAID that i normally just connect through virtual interface on my VM (all this is one server so networks not really required).
Since that works i'm setting it up so TLS/SSL portion of the server with a self signed cert (works fine with my VM instance). I cannot connect to the server via TLS (port 8920) on the web interface. I get the connect connect error (firefox, edge, chrome all same issue) PR_CONNECT_RESET_ERROR. Which 99% certain means the container cannot setup the TLS part of the server. Really the questions are
1) Is the container setup to use TLS/SSL or do i need to add this functionality?
2) Is there more i have to do to setup the TLS/SSL for a podman container (environment variable, system resource) so that the HTTPS server side works?
- the container can access and has permission to the cert. its in the correct format (works on VM at least)
- the container can see it and states it can access it with the password i have set for it
- Thanks