You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed PolicyReporter via a Helm Chart and am currently trying to send policy reports via email using smtps (encryption starttls). The logs of the "summary-report" Pod show this error at the end:
{"error": "Mail Error on STARTTLS: tls: failed to verify certificate: x509: certificate signed by unknown authority"}
The error message suggests that I have to install the CA certificates of my company. I tried to mount the certificate (.pem-file) under /etc/ssl/certs and /usr/local/share/ca-certificates but I still get the error. Any Ideas what I doing wrong?
thanks in advance :)
The text was updated successfully, but these errors were encountered:
I installed PolicyReporter via a Helm Chart and am currently trying to send policy reports via email using smtps (encryption starttls). The logs of the "summary-report" Pod show this error at the end:
The error message suggests that I have to install the CA certificates of my company. I tried to mount the certificate (.pem-file) under
/etc/ssl/certs
and/usr/local/share/ca-certificates
but I still get the error. Any Ideas what I doing wrong?thanks in advance :)
The text was updated successfully, but these errors were encountered: