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

Support NODE_EXTRA_CA_CERTS #2257

Open
1 task done
logandavies181 opened this issue May 7, 2024 · 0 comments · May be fixed by #2258
Open
1 task done

Support NODE_EXTRA_CA_CERTS #2257

logandavies181 opened this issue May 7, 2024 · 0 comments · May be fixed by #2258
Labels
enhancement New feature or request

Comments

@logandavies181
Copy link

I have checked the following:

  • I've searched existing issues and found nothing related to my issue.

Describe the feature you want to add

Please add support for using NODE_EXTRA_CA_CERTS to allow users to seamlessly use their custom CAs without needing Bruno-specific configuration.

It is quite common for developers who are required to use custom CAs to already have this setting configured. Especially if they're working in a corporate environment.

Both of the previous Issues (#739 and #1080) mention this as a port of call they tried before raising issues. And this would be preferable to the solution for #211

Mockups or Images of the feature

export NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt

bruno

# no more certificate issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant