RafaelGSS / is-my-node-vulnerable

package that checks if your Node.js installation is vulnerable to known security vulnerabilities
MIT License
180 stars 6 forks source link

Error: connect ECONNREFUSED 0.0.0.0:443 #1

Closed tjx666 closed 1 year ago

tjx666 commented 1 year ago
image

Version:

is-my-node-vulnerable 1.0.0
RafaelGSS commented 1 year ago

This package performs an HTTPS call to GitHub. You might have a firewall blocking outgoing requests.

UlisesGascon commented 1 year ago

yeah, this can be a DNS problem as the DNS resolution is pointing to 0.0.0.0 rather to the real Github IP.