XK0-005 · Question #10720
systems administrator confirms the issue with the following command: The administrator logs in to the company's web server to check its configuration and sees the following output…
The correct answer is C. HTTPS traffic is not allowed through the web server firewall. The curl error "No route to host" suggests that the server is unreachable on port 443 (HTTPS). The firewall-cmd --list-all output shows the active firewall rules: The firewall is only allowing the following services: services: cockpit dhcpv6-client http ssh Port 443 (HTTPS) is…
Question
Options
- AThe web server's interface has no link.
- BThe default route on the web server is incorrect.
- CHTTPS traffic is not allowed through the web server firewall.
- DUser IP addresses are rejected by the firewall.
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C77% (20)
- D12% (3)
Explanation
The curl error "No route to host" suggests that the server is unreachable on port 443 (HTTPS). The firewall-cmd --list-all output shows the active firewall rules: The firewall is only allowing the following services: services: cockpit dhcpv6-client http ssh Port 443 (HTTPS) is missing from the allowed services list. Port 3001/tcp is open, but port 443 is not listed, which means HTTPS traffic is being blocked.
Topics
Community Discussion
No community discussion yet for this question.