-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
CA support for SSL connection to NPM registries #271
Comments
+ cafile support please :) |
Bun should support OpenSSL |
Nope, Bun PM not respecting those ENV variables when running |
I know, that's why I said it should. 😉 |
The lack of this option makes it impossible to start using bun in our organization, because we can't install packages from our private registry. |
Are there any updates on this issue? |
Can anyone try this workaround for bun install? set env Might not be good enough temp workaround for prod, but it enables you to do some internal testing at least. |
Waiting also for a solution to configure the |
This doesn't seem to be working for our private registry.
|
This alone is a deal breaker for adoption in corporate/enterprise environments. |
Related to #7124 The latest version does load |
We dont support yet the options |
This works fine with Base64 certificate but not with DER certificate. For those who have the problem here is a solution to convert the |
In a corporate environment this is often mandatory for connection to private NPM registries.
.npmrc config reference:
https://docs.npmjs.com/cli/v8/using-npm/config#ca
When acting as a NPM replacement, it should be possible to configure Bun with this option
The text was updated successfully, but these errors were encountered: