301b Exam QuestionsBrowse all questions from this exam

301b Exam - Question 57


A client (10.10.1.30) connecting to an HTTPS virtual server (10.10.1.100) with a clientssl profile is getting an SSL error.

Which options will trace this issue?

Show Answer
Correct Answer: AB

To trace an SSL error for a client connecting to an HTTPS virtual server, you need to capture the relevant traffic and then analyze it. The correct command must ensure that the capture file includes a comprehensive view of the SSL packets. Option A correctly uses tcpdump to capture traffic on the external interface and saves it to a file. It then uses ssldump to read and analyze the captured packets. This option specifies the correct IP address (10.10.1.30), using the correct port (443), and captures the required details (-X for hex output, -e to include link-level headers, -nn to disable name resolution, and -vvv for verbose output).

Discussion

1 comment
Sign in to comment
GVKDOption: A
Feb 7, 2024

A - Correct B has an incorrect IP address in which case I will go with A.