9 hours ago
I have signed certs and a registered domain. In my apache i have:
ProxyPass /socket/ ws
/loc alhost:8096/socket/
ProxyPassReverse /socket/ ws
/lo calhost:8096/socket/
ProxyPass / http://localhost:8096/
ProxyPassReverse / http://localhost:8096/
I can go to any browser of computer, android phone, apple phone. type
https://my domain.com and it takes me to my jellyfin server and i can log in fine.
When i use the jellyfin app on android and put in the above address it just crashes.
Apple Jellyfin app just says in red "Could not connect to server".
What might I be doing wrong here?
I do not wish to open up 8920 port on my firewall and connect that way. 443 is working fine for me coming in and then proxypass is doing the job to pass traffic to the local 8096. Why are the phone apps not working with this setup?
ProxyPass /socket/ ws

ProxyPassReverse /socket/ ws

ProxyPass / http://localhost:8096/
ProxyPassReverse / http://localhost:8096/
I can go to any browser of computer, android phone, apple phone. type
https://my domain.com and it takes me to my jellyfin server and i can log in fine.
When i use the jellyfin app on android and put in the above address it just crashes.
Apple Jellyfin app just says in red "Could not connect to server".
What might I be doing wrong here?
I do not wish to open up 8920 port on my firewall and connect that way. 443 is working fine for me coming in and then proxypass is doing the job to pass traffic to the local 8096. Why are the phone apps not working with this setup?