- A
The FortiGate's DNS server is not resolving the domain correctly.
Why wrong: DNS resolution affects connectivity, not web filtering based on URL category.
- B
The web filter's 'allow' list is misconfigured.
Why wrong: If the URL is in an allowed category, the allow list is not relevant.
- C
The web filter profile has 'safe-search' enabled.
Why wrong: Safe search forces search engines to use safe mode; it doesn't block sites.
- D
The SSL inspection profile has 'certificate-validation-failed' action set to 'block'.
A certificate mismatch triggers validation failure, which can block traffic.
Quick Answer
The answer is that the SSL inspection profile has the 'certificate-validation-failed' action set to 'block'. This is correct because when a FortiGate performs SSL inspection, it intercepts the HTTPS handshake and validates the server’s certificate as a man-in-the-middle proxy. If the certificate is expired, self-signed, or mismatched, the FortiGate triggers the certificate-validation-failed action before any web filter policy is evaluated, meaning even a URL in an allowed category will be blocked. On the Fortinet NSE 4 exam, this scenario tests your understanding of the SSL inspection workflow and the order of operations—certificate validation occurs at the SSL inspection layer, not the web filter layer. A common trap is assuming that an allowed URL category overrides SSL inspection failures, but the FortiGate blocks the session at the SSL handshake stage. Memory tip: think “SSL first, filter second”—if the certificate fails, the URL category never gets a chance to allow it.
NSE4 Security Profiles Practice Question
This NSE4 practice question tests your understanding of security profiles. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A FortiGate is configured with SSL inspection and web filtering. The administrator notices that some HTTPS traffic is being blocked even though the URL is in an allowed category. What could be the cause?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
The SSL inspection profile has 'certificate-validation-failed' action set to 'block'.
When SSL inspection is enabled, the FortiGate acts as a man-in-the-middle and validates the server's certificate. If the certificate is invalid (e.g., expired, self-signed, or mismatched), the FortiGate can block the session based on the 'certificate-validation-failed' action in the SSL inspection profile. Even if the URL belongs to an allowed web filter category, a failed certificate validation will cause the traffic to be blocked before the web filter policy is applied.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The FortiGate's DNS server is not resolving the domain correctly.
Why it's wrong here
DNS resolution affects connectivity, not web filtering based on URL category.
- ✗
The web filter's 'allow' list is misconfigured.
Why it's wrong here
If the URL is in an allowed category, the allow list is not relevant.
- ✗
The web filter profile has 'safe-search' enabled.
Why it's wrong here
Safe search forces search engines to use safe mode; it doesn't block sites.
- ✓
The SSL inspection profile has 'certificate-validation-failed' action set to 'block'.
Why this is correct
A certificate mismatch triggers validation failure, which can block traffic.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often assume web filtering categories alone control HTTPS traffic, forgetting that SSL inspection's certificate validation can preemptively block sessions even for allowed URLs.
Detailed technical explanation
How to think about this question
Under the hood, FortiGate's SSL inspection intercepts the TLS handshake and performs certificate chain validation against trusted CA certificates. If the server's certificate fails validation (e.g., due to an untrusted root, expired validity, or hostname mismatch), the FortiGate can be configured to block, allow, or bypass the session. This is independent of web filtering categories, which operate on the URL after the SSL connection is established; thus, a blocked certificate prevents the web filter from ever evaluating the URL.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the NSE4 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Security Profiles — study guide chapter
Learn the concepts, then practise the questions
- →
Security Profiles practice questions
Targeted practice on this topic area only
- →
All NSE4 questions
1,000 questions across all exam domains
- →
Fortinet NSE 4 Network Security Professional NSE4 study guide
Full concept coverage aligned to exam objectives
- →
NSE4 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related NSE4 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
System and Network Administration practice questions
Practise NSE4 questions linked to System and Network Administration.
Firewall Policies and NAT practice questions
Practise NSE4 questions linked to Firewall Policies and NAT.
Authentication and VPN practice questions
Practise NSE4 questions linked to Authentication and VPN.
Security Profiles practice questions
Practise NSE4 questions linked to Security Profiles.
High Availability and Diagnostics practice questions
Practise NSE4 questions linked to High Availability and Diagnostics.
NSE4 fundamentals practice questions
Practise NSE4 questions linked to NSE4 fundamentals.
NSE4 scenario practice questions
Practise NSE4 questions linked to NSE4 scenario.
NSE4 troubleshooting practice questions
Practise NSE4 questions linked to NSE4 troubleshooting.
Practice this exam
Start a free NSE4 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this NSE4 question test?
Security Profiles — This question tests Security Profiles — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The SSL inspection profile has 'certificate-validation-failed' action set to 'block'. — When SSL inspection is enabled, the FortiGate acts as a man-in-the-middle and validates the server's certificate. If the certificate is invalid (e.g., expired, self-signed, or mismatched), the FortiGate can block the session based on the 'certificate-validation-failed' action in the SSL inspection profile. Even if the URL belongs to an allowed web filter category, a failed certificate validation will cause the traffic to be blocked before the web filter policy is applied.
What should I do if I get this NSE4 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This NSE4 practice question is part of Courseiva's free Fortinet certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the NSE4 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.