Syslog filled with a lot of certificate errors stating signed by unknown authority #11349
-
Using SOC 2.3 in the syslog of the system I get messages such as this one
New entry such as this one is generated every 5-6 seconds in the syslog. I would appreciate pointers where to look to fix this issue. We are using self signed certificate for web UI and rest of the certificates are the ones generated by the security onion installation itself. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So, to answer my own question, I got it fixed by adding CA certificates (the ones that signed the web UI (nginx) to /etc/so-launcher/roots.pem. I did not delete original CA, just added additional ones to the file. |
Beta Was this translation helpful? Give feedback.
So, to answer my own question, I got it fixed by adding CA certificates (the ones that signed the web UI (nginx) to /etc/so-launcher/roots.pem. I did not delete original CA, just added additional ones to the file.