Skip to content

feat(core): http cache use native cert store #31854

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

julienbourgainpro
Copy link

It enable hability to use SSL_CERT_FILE and SSL_CERT_DIR variables to use custom certificate with self hosted remote cache

Current Behavior

Today, We can only disable all SSL validation with NODE_TLS_REJECT_UNAUTHORIZED.
It disable every security and juste skip SSL validation.
It's the same variable of node it has so much security side effect

Expected Behavior

With this PR, we can just use native certificate authorities or standard OpenSSL variables SSL_CERT_FILE SSL_CERT_DIR.
So we can use self hosted NX cache with security and avoid risk of attacks.

Related Issue(s)

It enable hability to use SSL_CERT_FILE and SSL_CERT_DIR variables to use custom certificate with self hosted remote cache
Copy link

vercel bot commented Jul 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview Jul 9, 2025 8:38am

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

Successfully merging this pull request may close these issues.

1 participant