Skip to content

docs(lab4): complete network debugging#4

Open
Mysteri0K1ng wants to merge 1 commit into
mainfrom
feature/lab4
Open

docs(lab4): complete network debugging#4
Mysteri0K1ng wants to merge 1 commit into
mainfrom
feature/lab4

Conversation

@Mysteri0K1ng

Copy link
Copy Markdown
Owner

Goal

Complete Lab 4 network tracing, outside-in debugging, and TLS handshake analysis.

Changes

  • Added submissions/lab4.md
  • Added annotated TCP/HTTP packet trace for POST /notes
  • Documented debugging commands using ss, ip route, mtr, dig, and journalctl
  • Reproduced and diagnosed a broken deploy caused by bind: address already in use
  • Added repair verification and a blameless mini-postmortem
  • Added bonus TLS handshake evidence with ClientHello, ServerHello, and certificate chain screenshots

Testing

Verified QuickNotes locally through /health, captured and decoded a real POST /notes request with tcpdump, reproduced the port conflict failure, repaired the service, and verified HTTPS through Caddy on localhost:8443.

Checklist

  • Title is a clear sentence (≤ 70 chars)
  • Commits are signed (git log --show-signature)
  • submissions/lab4.md updated

Signed-off-by: Nikita Schankin <nikita.sshankin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant