Do the same thing, but:
- Use
https_server.py
instead ofhttp_server.py
- Navigate to
https://localhost:4443/exercise1b.html
instead ofhttp://localhost:8000/exercise1b.html
(note both the different number, and the extras
on the end ofhttp
) - Use a slightly different
tcpdump
command:
sudo tcpdump -i lo -A 'tcp port 4443'
What do you see now?