Skip to content

SMTP_TRANSPORT_JSON Issue with Nodemailer and Port Configuration in Dockerized EnvKey Setup #69

Answered by danenania
mario-lemes asked this question in Q&A
Discussion options

You must be logged in to vote

Yes it's possible, though requires starting the core manually inline and passing either NODE_EXTRA_CA_CERTS=your-cert-file for validation or else setting NODE_TLS_REJECT_UNAUTHORIZED=1 (not recommended as it fully disables cert validation--use at your own risk).

So you'd start the core inline with:

NODE_EXTRA_CA_CERTS=... envkey core start --inline

Then open the EnvKey UI. You'll also have to watch out for the UI automatically restarting its own core process if your inline core process stops for any reason--if that happens it won't be run with the env var and cert validation will start failing.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@danenania
Comment options

@danenania
Comment options

@mario-lemes
Comment options

@danenania
Comment options

Answer selected by mario-lemes
@mario-lemes
Comment options

@danenania
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #68 on May 25, 2023 16:07.