Immich HTTPS server fails on Android (app/browsers) #16338
Replies: 1 comment
-
|
Self signed certs don’t typically work well: #15230 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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