Skip to content

Cert error in AWS lambda for .net core 8 SSL_CERT_DIR #101274

Answered by tmds
sajanmje asked this question in Q&A
Discussion options

You must be logged in to vote

SSL_CERT_DIR can be set to a colon separated list of directories.

Try setting it to /etc/ssl/certs:/opt/certs to continue including the default location.

If that doesn't work, you should check if SSL_CERT_DIR isn't already set by AWS (when you have not provided a value) to include non-default locations. If so, you should include them as well.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sajanmje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants