Hello,
I'm fairly certain I have an error in my network setup, but would appreciate suggestions for getting more information out of the Immich Android app if possible.
The Android app is on 2.4.1 build.3030, server is 2.5.0.
The short of what I'm looking for:
In the Android app I'm getting 'Invalid SSL certificate for <my public url>:443'. I'd like to get more details on what is wrong with the certificate if possible. Am I getting one at all, is it broken or am I getting the wrong one? I have enabled debugging in the advanced settings but I don't see more than that.
I can reach Immich just fine via Firefox with no complaints about the certificate.
The longer version:
(You will be able to tell this is all a bit convoluted, remember - I'm just asking how to get more SSL information from the app. I think it is unlikely that the fault is in Immich.)
I'm experimenting with IPv6 only networking. I only get this problem on the Android app when connecting through a IPv6 only network. The server is exposed via an nginx proxy on both IPv4 and IPv6, with IPv4 being used between nginx and Immich.
In my firewall logs I can see the connection coming in to nginx on IPv6 and being forwarded to Immich on IPv4. (NAT64 and DNS64 is available on the client network as well, so in case the app used the A-record and attempted to connect via IPv4 that should work as well since Android runs CLAT. As far as I can tell it is trying directly over IPv6 though.)
Thank you