Hi, everyone
I’m trying to upload to an internal PyPi server hosted on Artifactory using jfrog cli and am running into problems connecting.
jfrog cli
is installing fine via npm
, but when I try to ping the server I get the following error:
[Error] Get [secure]api/system/ping: dial tcp: lookup <domain> on 169.254.169.254:53: no such host
I’m not sure why it’s looking on 169.254.169.254:53
, which is an AWS IP. Any suggestions?