Yun Jiang
Yun Jiang
What is the command to generate client certificate? As I know, you need -legacy option in OpenSSL command to generate client certificates for iOS
Thanks for your reporting. I can confirm that the issue is reproduced on iOS but not on Android. Based on my debug log on server side, the client does not...
Based on log analysis, I cannot find any wrong with my code. In addition, the issue is not reproducible on Android client, I suspected it should be problem on dart...
After looking at source code of dart sdk source code, I suspected that ```SecurityContext::useCertificateChain``` has wrong or outdated documentation. If that is case, the fix should be very simple. @alextran1502...
@alextran1502 If you like, you can follow this web page https://docs.nginx.com/nginx-management-suite/admin-guides/configuration/secure-traffic/ to setup nginx and generate client certificate, but it may need some learning curve if you have never done...
@alextran1502 Thanks a lot for your quick reply. I just emailed you about my immich URL and corresponding client certificate. Please let me know if you did not receive it....
@pedropombeiro thanks for your kind help offer. The currently we are still in investigation stage by doing some internal tests. We will let you know if we need help.
We found the root cause and the issue will be fixed soon. Thanks all involved for reporting issues and @alextran1502 for quick test.
@mmomjian I will have a look. But based on my understanding, it could be same root cause in #5553. If allow self signed certificate setting can cause the issue, the...
Not sure whether it is related, NextCloud implemented mTLS client certificate on their iOS app recently. NextCloud iOS client was written with Apple native SDK but encountered the same issue....