Nginx/HTTPS
- Input
- listen 443 ssl;
- Expected output
- Tráfego HTTPS
Typical reverse proxy use.
port 443
443 is the standard encrypted web port. It is one of the few port-specific pages with strong standalone intent and distinct technical content.
Open in the catalogThe Port Finder search below already comes prefilled with `443`, showing protocol, security, RFCs and category on first load.
Typical reverse proxy use.
Evaluate UDP/443 if using HTTP/3.
The port indicates expected TLS usage, but real security depends on certificates, TLS settings and the application.
Cleartext HTTP uses 80; HTTPS uses 443.
Encrypted web (TLS 1.2/1.3). Also used by HTTP/3 over QUIC (UDP 443).
Name resolution. UDP for normal queries, TCP for zone transfers and large answers. DoT (853) and DoH (443) encrypt.
Cleartext HTTP. In production always use HTTPS (443).
portFinder.privacyNote