ufw allow 443/tcp

Category: Security & Hardening

ufw allow 443/tcp

Allow incoming HTTPS traffic on port 443

Adds a rule permitting TCP connections to port 443, the standard HTTPS port. The /tcp suffix restricts the rule to TCP; omit it to allow both TCP and UDP. To allow several ports at once, use a comma list like ufw allow 80,443/tcp.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.