-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
Description
I need to access arcGIS services which use our own enterprise pki, which currently result in self signed certificate in certificate chain errors.
When working with plain node requests (or libraries such as axios etc.) it's possible to define the expected certification authority via the ca option of the http agent.
A similar issue #289 solved that by overriding the files of this library, which rather is a hack to solve the issue instead of a long term solution that solves such problems for everyone. In other issues I've read comments about that you're thinking of adding the option to customize the http agent. Is that still a plan or is it maybe already implemented and I haven't found it?