1. Monitoring an unsecure web server connection
1. Create a custom web page showing your full name and
student id
2. Start Wireshark
3. Open a browser and connect to the web site (not from a file
manager, you should connect it like
http://localhost/mywebpage.htm etc)
4. Stop Wireshark, find the related Http traffic, do “follow TCP
stream”
5. Take a full of screenshot (task1-SS) containing (mark) “your
full name and student id” on the screen output
2. Monitoring a secure web server connection
1. Create a certificate on your Operating System
2. Install the certificate onto your Web Server
3. Take a full of screenshot (task1-SS) containing the certificate
installed onto your Web Server
4. Start Wireshark
5. Open a browser and connect to the web site (not from file
manager, you should connect like
https://localhost/mywebpage.htm etc) via secure connection
6. Stop Wireshark, find the related Https traffic, do “follow TCP
stream”