YD
08/19/2021, 4:00 PMKevin Kho
ping <http://api.prefect.io|api.prefect.io>
YD
08/19/2021, 4:16 PMWilson Bilkovich
08/19/2021, 4:22 PMtcptraceroute
can help you see where it is being blocked, along the way ‘out’ of your infrastructure.Wilson Bilkovich
08/19/2021, 4:22 PMYD
08/19/2021, 4:23 PMWilson Bilkovich
08/19/2021, 4:24 PMYD
08/19/2021, 4:24 PMtcptraceroute
Wilson Bilkovich
08/19/2021, 4:25 PMYD
08/19/2021, 4:26 PMWilson Bilkovich
08/19/2021, 4:26 PMtcpdump
or lsof
either, hmm.Wilson Bilkovich
08/19/2021, 4:27 PMcurl <http://www.google.com|www.google.com>
even? Some organizations block ping requestsYD
08/19/2021, 4:28 PMcurl
Wilson Bilkovich
08/19/2021, 4:28 PMKevin Kho
YD
08/19/2021, 4:30 PMlsof
YD
08/19/2021, 4:30 PMWilson Bilkovich
08/19/2021, 4:30 PMlsof -i TCP
will let you see if you’re making connections to anything other than 443, but Kevin confirms that that should be enough, so probably not worth your timeWilson Bilkovich
08/19/2021, 4:31 PMWilson Bilkovich
08/19/2021, 4:31 PMYD
08/19/2021, 4:31 PMlsof -i TCP
returned nothing
outbound to port 443… Got it, thanksWilson Bilkovich
08/19/2021, 4:33 PMopenssl s_client -connect <http://api.prefect.io:443|api.prefect.io:443> -showcerts
is one way you can test the connection once they open it upYD
08/19/2021, 5:21 PMYD
08/19/2021, 5:23 PMping <http://api.prefect.io|api.prefect.io>
and I can connect to the cloudYD
08/19/2021, 5:27 PMgetaddrinfo: Servname not supported for ai_socktype
connect:errno=0
Wilson Bilkovich
08/19/2021, 7:23 PMYD
08/19/2021, 8:48 PMYD
08/19/2021, 8:55 PM-showcerts
, when I copied and pasteYD
08/19/2021, 8:57 PMping <http://api.prefect.io|api.prefect.io>
fromKevin Kho
<http://api.prefect.io|api.prefect.io>
and ping other sites like <http://google.com|google.com>
?YD
08/19/2021, 9:01 PMKevin Kho
YD
08/19/2021, 9:11 PMKevin Kho
YD
08/19/2021, 9:15 PMYD
08/19/2021, 10:59 PMKevin Kho