supergeorg/Grocy-SwiftUI

Won't connect to grocy server with self signed cert

Opened this issue · 1 comments

I self host a grocy server with a self signed cert. When I try to connect the app to my grocy server, it complains about an invalid certificate and won't let me connect. It would be nice to have the option to accept the self signed cert, expired cert, etc...

If you have a local server, using no certificate (http) might be an option with the next version.

The other way is to install your root CA on your device, so the check is valid. Apple is really strict to enforce certificates, so that a minimum level of security gets maintained.