What's the proper way to use an enterprise CA bundle with this SDK? #639
Unanswered
Shadyfigure
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the box node sdk but I need to be able to pass it our enterprise CA, otherwise all calls result in the error "SELF_SIGNED_CERT_IN_CHAIN"
What is the proper way to integrate a CA bundle for this SDK?
For example, when using AWS S3 sdk, I would create a https custom agent with the CA bundle in the options and feed it to the AWS httpOptions.
Thank you for any information!
Beta Was this translation helpful? Give feedback.
All reactions