We are unable to make API call with certificates which we are using in our api framework with sync-request node module.
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0' : We don't want to use this as we have certs available to us. Any suggestions - how to make sync-request work with certs?
We are unable to make API call with certificates which we are using in our api framework with sync-request node module.
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0' : We don't want to use this as we have certs available to us. Any suggestions - how to make sync-request work with certs?