When implementing a RESTDataSource class for an Apollo server instance, how can I make it accept self signed certificates from my target REST API for development purposes?
I have process.env.NODE_TLS_REJECT_UNAUTHORIZED
set to 0
within my project, but this at least seems to have no impact.
Is there a rejectUnauthorised configuration option I can somehow set perhaps?