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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
There is an issue with sending emails by the mgob application in my k8s cluster in Azure.
It always returns:
level=error msg="Notifier failed for on demand backup sending email notification failed: x509: certificate signed by unknown authority"
I have manually installed the required certificates to /usr/local/share/ca-certificates and did updated-ca-certificates. Also I have created the global environment variable SSL_CERT_DIR (I suppose that this is necessary for application written in golang)
I'm sure that my credentials for SMTP server are correct cause I was able to connect to it from my mgob pod and sent an email.
Despite all of my actions the same error is shown each time.
Please, advice any suggestion how to fix it.
Regards,
Dmytro
The text was updated successfully, but these errors were encountered:
Dear maintainers,
There is an issue with sending emails by the mgob application in my k8s cluster in Azure.
It always returns:
level=error msg="Notifier failed for on demand backup sending email notification failed: x509: certificate signed by unknown authority"
I have manually installed the required certificates to
/usr/local/share/ca-certificates
and didupdated-ca-certificates
. Also I have created the global environment variable SSL_CERT_DIR (I suppose that this is necessary for application written in golang)I'm sure that my credentials for SMTP server are correct cause I was able to connect to it from my mgob pod and sent an email.
Despite all of my actions the same error is shown each time.
Please, advice any suggestion how to fix it.
Regards,
Dmytro
The text was updated successfully, but these errors were encountered: