my capsule stopped working, and when I restarted it, I got a message in my browser saying "certificate not trusted". does anyone know how to solve this?
3 months ago
Some servers may generate a certificate automatically, in development mode for example, to make the developer's life easier. I do it with stargazer to test my capsule, and the certificates are stored in /tmp, so of course they are lost after I restart my computer. ยท 3 months ago
lufte: wouldn't that be a lot weird!? what server does that, if you know of any? ยท 3 months ago
Are you running your own server? It seems it's generating a new certificate every time it starts. As for your browser to trust that new certificate, you should check its documentation, but you should fix your server so it uses the same certificate between restarts. ยท 3 months ago