Check Point Certified Automation Specialist (CCAS) — Question 65
Which of the following inputs is suitable for debugging HTTPS inspection issues?
Answer options
- A. fw debug tls on TDERROR_ALL_ALL=5
- B. fw ctl debug -m fw + conn drop cptls
- C. vpn debug cptls on
- D. fw diag debug tls enable
Correct answer: B
Explanation
Option B is the correct choice because 'fw ctl debug -m fw + conn drop cptls' specifically targets connection drops related to TLS, which is essential for diagnosing HTTPS inspection issues. The other options either do not focus on connection drops or are not as relevant to HTTPS inspection debugging.