F5 BIG-IP LTM Specialist: Maintain and Troubleshoot — Question 74
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.)
Answer options
- A. HTTP Version
- B. User-Agent
- C. ClientHello
- D. ServerHello
- E. Issuer
Correct answer: C, D
Explanation
The correct answers are C and D because the ssldump utility is designed to display SSL handshake messages, which include ClientHello and ServerHello records. The other options, such as HTTP Version and User-Agent, pertain to application layer details that are not part of the SSL record messages.