On Server run `nc -l 9443` to run a simple server on port 9443. On Client, run `curl example.com:9443`. The server should display HTTP headers if the port is open.
On Server run
nc -l 9443to run a simple server on port 9443.On Client, run
curl example.com:9443.The server should display HTTP headers if the port is open.