-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Video playback fails in apps (android and IOS) when adding custom proxy with self-signed SSL #4663
Comments
Forgot to mention - updated my nginx reverse proxy without SSL, setup Immich app with normal http url, and the video playback works OK |
I'm also encountering this issue, setup immich behind nginx-proxy-manager with a self signed cert and videos don't play on mobile. They only work on the web version of immich |
I also had this issue. But changed to a certificate from Let's Encrypt (i.e. not self signed) and then it works. So it seems to be connected to just self signed certs. |
Yes. Issue only occurs at the mobile app |
I had the same issue using nginx and self-signed SSL. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
The bug
Initial Login to Immich app is OK where I'm able to set the https url and enabled the Allow self-signed SSL certificates
Initial building of timeline and images are OK too and able to scroll all the way down the timeline with all thumbnails loaded properly.
Am able to view any static Images fine but I unable to playback any videos in the app itself when self-signed SSL.
Tho I am able to download the original video file.
Using external nginx as reverse proxy with this nginx.conf:
server {
listen 2000 ssl default_server;
listen [::]:2000 ssl default_server;
server_name _;
}
Log attached from app when playing videos:
Immich_log_2023-10-26T15_10_30.207502.csv
The OS that Immich Server is running on
Docker, managed with Portainer on Debian Bookworm. Using external nginx as reverse proxy.
Version of Immich Server
1.82.1
Version of Immich Mobile App
1.82.0
Platform with the issue
Your docker-compose.yml content
Same as default in Github
Your .env content
Same as default in Github
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: