Safe to expose

Port 443 — HTTPS

Encrypted web traffic. Every modern website lives here.

Port
443
Service
HTTPS
Protocol
TCP

Security guidance

Should be open. Keep TLS 1.2/1.3 only and watch the certificate expiry date.

Test port 443 yourself

From your own machine, against any host (swap in your domain):

macOS / Linux — netcat

nc -vz example.com 443

Any OS — nmap

nmap -p 443 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 443

open = a service answered on port 443; closed = the host replied but nothing is listening; filtered = a firewall silently dropped the probe. These test from your network — our port checker tests from the outside, the view that matters for security.

Is port 443 open on your server?

Test it from outside your network — the only view that matters.

Check port 443