You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Piwigo instance is only accessible locally, so initially I tried setting up the server with a self signed cert after that didn't work (can only add a ca certificates as trusted in android)
I set up a private CA, and adding it to the system ca store, now my piwigo instance works over SSL in browsers on the android device but the piwigo-ng app throws this errror:
Login Fail
HandshakeException: Handshake error in client (OS error: CERTIFICATE_VERIFY_FAILED: self signed certificate in certificate chain(handshake.cc:393))
My Piwigo instance is only accessible locally, so initially I tried setting up the server with a self signed cert after that didn't work (can only add a ca certificates as trusted in android)
I set up a private CA, and adding it to the system ca store, now my piwigo instance works over SSL in browsers on the android device but the piwigo-ng app throws this errror:
I even made an intermediate ca to test
After a bit of searching the underlying issue I've found is that flutter/dart doesn't use the android system ca store flutter/flutter#41781
The text was updated successfully, but these errors were encountered: