-
Hi got an issue with sending emails, just need to confirm if the below line is why it would fail or is it something else? FYI I have the blob store pointing at self hosted minio server with self signed cert
I have attached the debug log when i send an email with smtp
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, It looks like there is a problem storing the message in your S3 store. This is could be because you are using a self-signed TLS certificate or a certificate issued to an IP address rather than a hostname. Please try replacing the URL |
Beta Was this translation helpful? Give feedback.
-
i think its cause its a self signed cert. Its in the trusted root store and i can curl minio, so i think its stalwart not trusting it? i had to use backblaze for now. |
Beta Was this translation helpful? Give feedback.
Yes, the S3 library expects a valid certificate but I am going to add an option to allow self signed certs.