An LTM Specialist is running the following packet capture on an LTM device: ssldump -Aed -ni vlan301 'port 443'
Which two SSL record message details will the ssldump utility display by default? (Choose two.)
An LTM Specialist is running the following packet capture on an LTM device: ssldump -Aed -ni vlan301 'port 443'
Which two SSL record message details will the ssldump utility display by default? (Choose two.)
The ssldump utility is commonly used to capture and decode SSL/TLS traffic. It provides detailed information about SSL handshake messages by default. Specifically, it will display the details of the ClientHello and ServerHello messages, which include the offered or chosen SSL/TLS versions, cipher suites, and other session parameters. HTTP Version, User-Agent, and Issuer are not details specifically related to SSL record messages by default.
CD - Correct By default, the ssldump utility decodes and displays useful details of some SSL record messages. For example: ClientHello Details the version, offered cipher suites, and session id, if provided. ServerHello Details the version, session_id, chosen cipher suite, and compression method. Alert Details type and level, if provided. https://my.f5.com/manage/s/article/K10209
CD - Correct