Wondering if a certain outbound port on your Mac is open or closed? Here’s a way to test if that port is open using netcat via the command line in terminal, using a free service from portquiz.net:
From terminal, enter:
nc -v portquiz.net 443
where 443 is the port number you want to test.
Control-c will kill net cat after you get the info you want.