Skip to content

Instantly share code, notes, and snippets.

@wcccode
Last active August 29, 2015 14:16
Show Gist options
  • Save wcccode/83709e94d9e769901db1 to your computer and use it in GitHub Desktop.
Save wcccode/83709e94d9e769901db1 to your computer and use it in GitHub Desktop.
NODE_TLS_REJECT_UNAUTHORIZED 忽略https自签名验证
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