XK0-006 · Question #39
A systems administrator receives reports about connection issues to a secure web server. Given the following firewall and web server outputs: Which of the following commands best resolves this issue?
The correct answer is C. ufw delete deny https/tcp. The firewall output shows that port 443/tcp (HTTPS) is explicitly denied, even though the web server is correctly listening on it. Removing the deny rule for HTTPS (ufw delete deny https/tcp) resolves the issue while still keeping the firewall active and secure.
Question
A systems administrator receives reports about connection issues to a secure web server. Given the following firewall and web server outputs:
Which of the following commands best resolves this issue?
Exhibit
Options
- Aufw disable
- Bufw allow 80/tcp
- Cufw delete deny https/tcp
- Dufw allow 4096/tcp
How the community answered
(35 responses)- A6% (2)
- B9% (3)
- C83% (29)
- D3% (1)
Explanation
The firewall output shows that port 443/tcp (HTTPS) is explicitly denied, even though the web server is correctly listening on it. Removing the deny rule for HTTPS (ufw delete deny https/tcp) resolves the issue while still keeping the firewall active and secure.
Topics
Community Discussion
No community discussion yet for this question.
