I have an electron app that syncs with a server I own at a https://XXX.XX.XX.XXX:port that has a self signed certificate. How can I trust that certificate from my electron app?
Right now I get:
Failed to load resource: net::ERR_INSECURE_RESPONSE
I have an electron app that syncs with a server I own at a https://XXX.XX.XX.XXX:port that has a self signed certificate. How can I trust that certificate from my electron app?
Right now I get:
Failed to load resource: net::ERR_INSECURE_RESPONSE