Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug Report: Cannot set custom SMTP TLS options (self signed cert) #5796

Open
2 tasks done
alexanderhofstaetter opened this issue Jun 20, 2024 · 2 comments
Open
2 tasks done
Labels

Comments

@alexanderhofstaetter
Copy link

📜 Description

When I try to enable a custom SMTP servr with selfsigned cert - it does not work. When I try specifieng custom TLS options, it says "its not an object".

image

To use our custom (dev) mail server we need to enable self signed certs

👟 Reproduction steps

  1. add custom smtp provider
  2. try adding TLS options

👍 Expected behavior

let me use

👎 Actual Behavior with Screenshots

error: credentials.tlsOptions must be an object

Novu version

Selfhosted (latest)

npm version

No response

node version

No response

📃 Provide any additional context for the Bug.

No response

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to submit PR?

None

Copy link

linear bot commented Jun 20, 2024

@chaunm182
Copy link

I have same issue. Temporarily, I fixed it by updating integration via api

{
//properties...
    "credentials": {
        //properties...
        "tlsOptions": {
            "rejectUnauthorized": false
        },
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants