am4to5
am4to5
> > Of note, I also use an internal DNS server to resolve my domain, so if the app is going external for DNS, that would be a problem (i.e....
Thank you. That makes sense, and what I would have expected. So - something else is causing it to not find the host on the app although the device itself...
I realized after reading @gurudave's post - I didn't specify. I'm running this via Docker as well. So it seems like my setup is exactly the same.
I thought that might be it for me too, but best I can tell, I am actually using the full chain. (I use NGINX and ZeroSSL, so a slightly different...
I was able to run an SSL verification using OpenSSL (already installed on one of my servers): `sudo openssl s_client -verify 100 -CAfile -connect : This did in fact throw...
@gurudave That's all really helpful, thank you. I may need to take the time to make the switch. I'm using acme.sh with ZeroSSL and also had been using the fullchain.cer....
@gurudave I have been playing around with traefik and finally have a working setup. However, I am still encountering the same isuses with Jellyfin not connecting via the Android app....
Some more data that may be of help (this is using traefik v2). In my Docker instance, I mapped the Jellyfin port 8096 so I can access my Jellyfin instance...
Yes, that looks to have done the trick for me too! Thank you for finding that. I haven't done a ton of testing, but the Android app now connects to...
I have the same issue. I can see within the container the files are mounted correctly, and I changed permissions on everything to all users, but I still cannot see...