Skip to content
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

Add Certificat #31

Open
Arnaud-Dev-Nodejs opened this issue Oct 30, 2020 · 1 comment
Open

Add Certificat #31

Arnaud-Dev-Nodejs opened this issue Oct 30, 2020 · 1 comment
Labels
question Further information is requested

Comments

@Arnaud-Dev-Nodejs
Copy link

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

@gajus gajus added the question Further information is requested label Apr 14, 2021
@vipendra-mehra
Copy link

vipendra-mehra commented Apr 28, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants