docs(lab4): trace POST /notes, outside-in debug, TLS handshake#1031
Open
markovav-official wants to merge 2 commits into
Open
docs(lab4): trace POST /notes, outside-in debug, TLS handshake#1031markovav-official wants to merge 2 commits into
markovav-official wants to merge 2 commits into
Conversation
Signed-off-by: Andrei Markov <me@markovav.ru>
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
Document end-to-end tracing of
POST /noteson a Linux VM using tcpdump, substrate debug tools, and a TLS-terminated Caddy proxy.Changes
submissions/lab4.mdβ Task 1 (packet capture + 5 commands + 502 reflection), Task 2 (bind conflict + outside-in chain + postmortem), Bonus (TLS 1.3 handshake decode)submissions/attachments/lab4/βlab4-trace.pcap/.txt,debug-commands.txt,task2-broken.txt,lab4-tls.pcap, ClientHello/ServerHello/openssl dumpsTesting
capstone55: QuickNotes on:8080,curl -v POST /notesβ201 Createdlisten tcp :8080: bind: address already in use, repaired after killing conflicting PIDcurl -vk https://localhost:8443/healthβ TLS 1.3, HTTP 200 via Caddy reverse proxyChecklist
git log --show-signature)submissions/lab4.mdupdated