Replies: 1 comment 1 reply
-
@bensoer thanks for opening this issue, I was able to follow through this tutorial to configure proxies and I used |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, Im having issues getting a self signed cert to work with CloudFormationClient():
Ive tried following docs here:
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/node-registering-certs.html
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-registering-certs.html
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-proxies.html
But nothing seems to work. I get still errors of self signed certs in the chain regardless of what configuration I seem to use, it looks like the Client doesn't even pickup or use my changes. Notably, the httpOptions attribute does not exist as part of the config. So im lost on what to do here. Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions