Self-signed certificate

hello every one, I’ve a question, about that error

SSL Certificate

[FAIL] SSL peer certificate does not validate
[FAIL] Hostname does not match when validating certificates.
[WARN] Using a self-signed certificate
[HELP] Check Passbolt Help | Troubleshoot SSL
[HELP] cURL Error (60) SSL certificate problem: self-signed certificate

I used openssl to generate the certificate and I configurate it with nginx, so I can work normaly with passbolt in my browser (not secure)
image
But I don’t know if I can ignore that error or not, and how to solve it?

Thank you in advance.

Hello, you can read this article to check if you followed all the steps:

Also, I recommend you not to use a self-signed certificate in order to avoid security problems. You can use certbot from Let’sEncrypt to generate a free SSL certificate

1 Like