global-agent
global-agent copied to clipboard
Add Certificat
Problem: add Ca, cert and Key to the Https.Agent
How can we add TLS certificat to the Agent with bootstrap() ?
NodeJS: 12.16.0
I am also facing same problem. I want to set 'connectionConfiguration.tls.ca' in Agent.js (of global-agent) to 'https.globalAgent.options.ca' or atleast somehow set Agent's own options (this.options.ca) should be used to set connectionConfiguration.tls.ca in case configuration do not contain's ca property. Any update on this please? This seems to be very common problem, how are other peoples handling it?