Immich HTTPS server fails on Android (app/browsers) #16338
Unanswered
BlacFyre777
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Immich server works over HTTP on all devices (
http://<my_ip>:2283
). After switching to HTTPS (https://www.yujianliu.cn
), it remains accessible on desktop browsers (Edge) but fails on Android (both app and mobile browsers) with Server is not reachable.Environment:
Immich server version: v1.126.1 and deployed on Tencent cloud
Immich android app version: v1.126.1
HTTPS: self-signed certificate (from Tencent cloud)
Firewall: all 443, 80 and 127.0.0.1:2283 allowed
docker-compose.yml
HTTPS config:
server can be connected on desktop browsers

but can't be connected on android app or android browsers


And here's the settings and logs

MESSAGE: Error while checking server availability
FROM ApiService
Beta Was this translation helpful? Give feedback.
All reactions