Lab 4#1207
Open
Dekart-hub wants to merge 3 commits into
Open
Conversation
…apture + Bonus pending Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
…rHello/cert chain via openssl -trace) Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
…ce.txt Signed-off-by: Aleksandr <55945487+Dekart-hub@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Trace one
POST /notesend-to-end withtcpdump/curl, debug a broken deploy outside-in, and decode the TLS handshake — done on macOS (the spec is Linux; adaptations are documented).Changes
submissions/lab4.md— full write-up: Task 1 (annotated packet trace + 5 debug commands + 502 reflection), Task 2 (port-conflict reproduction, outside-in chain, blameless postmortem), Bonus (TLS 1.3 handshake decode), and a macOS↔Linux adaptation table.submissions/lab4-trace.txt— thetcpdump -Acapture of the traced request.Testing
POST /notes→201 Created→ two-sidedFIN, over the IPv6::1loopback (lab4-trace.txt).listen tcp :8080: bind: address already in usereproduced; outside-in chain walked (lsof/curl/dig); repaired and re-verified (/health→ 200).:8443 → :8080;openssl s_client -trace→ TLS 1.3 /TLS_AES_128_GCM_SHA256, self-signed cert chain decoded.Checklist
git log --show-signature)submissions/lab4.mdupdated