AChep / keyguard-app

Keyguard is an alternative client for the Bitwarden® platform, created to provide the best user experience possible.
https://play.google.com/store/apps/details?id=com.artemchep.keyguard
Other
1.07k stars 32 forks source link

Macos app cant sync with self-signed cert on bitwarden #63

Open v1ack opened 8 months ago

v1ack commented 8 months ago

CA cert saved and trusted in keychain app. Bitwarden web app works without warnings. Looks like Macos app doesnt use trusted certs from keychain

Снимок экрана 2024-01-08 в 15 39 18
v1ack commented 8 months ago

As workaround I manually added my own CA to /Applications/Keyguard.app/Contents/runtime/Contents/Home/lib/security/cacerts and it's works

AChep commented 8 months ago

As workaround I manually added my own CA to /Applications/Keyguard.app/Contents/runtime/Contents/Home/lib/security/cacerts and it's works

Looks like this is the way for now, I see there are a bunch of articles saying that you should add CA manually for Java to see (such as https://nishabe.medium.com/how-to-add-ssl-cert-to-the-java-trust-store-bbd1a52940c2). Maybe one day Compose devs will offer a different solution.