Published path
list- ›staff.northwind.test → managed edge → existing tunnel → http://127.0.0.1:8182
- ›nginx 127.0.0.1:8182 → APP-01 192.0.2.35:9443
- ›APP-01 also has an unrelated development page on TCP 9000
Trace a public 502 through DNS, a tunnel connector, nginx, and the intended application service.
Related product practice for CompTIA N10-009 learners · Does not count as exam-objective readiness · Available as preview practice, but a named independent subject-matter expert has not yet verified the question and answer key.
Method: Mapped to N10-009 troubleshooting objectives 5.1 and 5.3; status-code interpretation, exact-upstream testing, and tunnel-route choices were checked against current Cloudflare documentation.
Current-profile check: 2026-08-12 · Next review due 2027-02-08
Use only the information provided to complete the tasks.
$ curl -I https://staff.northwind.test/
HTTP/2 502
$ curl -sS -o /dev/null -w '%{http_code}\n' http://192.0.2.35:9000/
200
$ curl --max-time 5 http://192.0.2.35:9443/
curl: (28) Connection timed out
$ sudo nginx -t
syntax is ok
test is successful
$ sudo tail -n 2 /var/log/nginx/error.log
2026-08-13T09:14:32Z upstream timed out while connecting to upstream 192.0.2.35:9443
$ date -u +%FT%TZ
2026-08-13T09:18:07Z
$ sudo ss -lntp | grep ':8182'
<no output>
Every submission is retained. Starting another attempt never replaces or unlocks the previous one.
Your first submitted score and detailed answer review will appear here.
Proposals and votes help staff prioritize review. They never change the scoring key automatically.
Be the first to flag unclear wording, an answer-key issue, or a source that needs another look.
Authenticated proposals and one-vote-per-account limits make the queue more resistant to spam.
Sign in to contribute