Created
March 20, 2023 16:12
-
-
Save joeyguerra/54e7a2f89eea1f54911c5301459baa31 to your computer and use it in GitHub Desktop.
Ignore the cert when making an HTTPS request to a self-signed service.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment