-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Use system CA certificates and/or allow specifying additional CA certificates #1080
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
Comments
I see it's possible to specify a custom CA certificate now 😎 . Thank you! For ease of use, having the system CA certificates used would still be an improvement. |
First, let me express my satisfaction with this tool. Bruno is a valuable tool! Thanks for creating and maintaining! I use custom CA certificates for some calls, too. I figured that I can also provide one file containing multiple CA certificates, which is very helpful. What I am missing though, is having the option to go with the default set of commonly accepted CA certificates and add a few more CA certificates for some specific systems. At the moment, I get myself going by either ticking off I would appreciate, if there was a choice of either extending or replacing the list of trusted CAs. |
Addressed in #1863 |
On a Mac, I try to access a resource that uses a custom CA certificate; it fails with:
I already have that CA certificate in my keychain, so I can access corporate websites that use that CA certificate in a browser.
I am aware of the possibility to disable SSL verification, but don't like that idea. And neither do the security guys where I work.
I saw the issues #739 and #211 , which have a similar title and intention, but those people were satisfied when they discovered they could uncheck the SSL/TLS Certificate Validation checkbox.
Ideally, bruno would use the system CA certificates.
Insomnia has the same issue of not using the system certificates, but it allows specifying a CA certificate file to use. A solution like that would work for me too.
Is there by chance already some environment variable that I could use when launching bruno, so that it would look in a given file for certificates? In #739,
NODE_EXTRA_CA_CERTS
was mentioned (didn't work, apparently).And thanks for bruno!
The text was updated successfully, but these errors were encountered: