jira-cmd
jira-cmd copied to clipboard
warning about setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to 0.
BTW, still getting the warning about setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to 0. Anything I can do to suppress or fix this? I tried setting it to 1 in powershell:
PS >$env:NODE_TLS_REJECT_UNAUTHORIZED=1
PS >get-childitem Env:NODE_TLS_REJECT_UNAUTHORIZED
Name Value
---- -----
NODE_TLS_REJECT_UNAUTHORIZED 1
But the warning still shows up when running jira ls
etc.
(node:17880) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
Originally posted by @manish-makwana in https://github.com/palashkulsh/jira-cmd/issues/117#issuecomment-665328601