SchildiChat / schildichat-desktop

Matrix client / Element Web/Desktop fork
https://schildi.chat
Apache License 2.0
379 stars 44 forks source link

Offer a possibility to accept a self-signed SSL certificate #179

Closed philippludwig closed 1 year ago

philippludwig commented 1 year ago

So I am running my own Matrix server with my own certificate, and have added the corresponding root certificate to the certificate store of my operating system (Debian). All applications are fine with this, except SchildiChat, which seems to carry its own certificate trust store (both in the AppImage and in the deb package).

It would be nice if SchildiChat would respect the OS certificate store, or if there would be a possibility to just ignore certificate errors.

philippludwig commented 1 year ago

Nevermind, just start the application with --ignore-certificate-errors. RTFM helps.