Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

SSD – Lab 2

For this lab, you may use the VM created in the previous lab, or you may use any linux distribution
installed in your own PC.

1. Configure the Apache tomcat Web server to support HTTPS.

2. Log the SSL handshake messages to a log file. Can you identify the SSL/TLS handshake steps on the
log?

Submission:

For each of these steps, type the commands that you used on a document (word or openoffice) and add
the output screenshots to the document. Save the document as a pdf. Upload the pdf and the SSL log as
a single zip file to the courseweb link. The file name should be your registration number.

References:

https://www.sslshopper.com/article-most-common-java-keytool-keystore-
commands.html

https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

Entry to add handshake debug messages to the output of apache web server – catalina.sh

-Djavax.net.debug=ssl.handshake

You might also like