Android App: Self Signed certificate option missing under Advanced settings. #27233
Replies: 3 comments 1 reply
-
|
Self-signed certificates are now supported by default, so we don't need this toggle anymore. You need to go out to the login screen to import your certificate |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
You need to install the CA to the system store instead now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I looked into the SSL certificates that i have been issued on my services, and i found that i was incorrectly creating certificates. Sorry for taking your time, and thank you for your help. |
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.
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
When trying to connect to my Immich server this afternoon, i found that the option to allow self signed certificates is not there anymore, and have defaulted to rejecting my certificate. Connecting in the web browser works perfectly, both on Windows and Android.
The OS that Immich Server is running on
Debian 13 - Proxmox LXC Container (Installed through Proxmox VE Helper Scripts)
Version of Immich Server
v2.5.6
Version of Immich Mobile App
v2.6.1
Platform with the issue
Device make and model
Samsung S22 Ultra - Android 16
Your docker-compose.yml content
NOT PRESENTYour .env content
Reproduction steps
...
Relevant log output
ApiException 400: HTTP connection failed: GET /server/ping (Inner exception: ClientException: javax.net.ssl.SSLPeerUnverifiedException: Hostname xn--immch-vsa.node1.local not verified: certificate: sha256/txGmPPrJoMIXZX/+8dBvSZDWD/al4J9mliZUy9wBO40= DN: CN=*.node1.local,O=HomeLab,L=Network,ST=Local,C=DK subjectAltNames: [], uri=https://xn--immch-vsa.node1.local/api/server/ping)Additional information
if this is relevant, here is the Nginx config i use to proxy to Immich:
Beta Was this translation helpful? Give feedback.
All reactions