PCNSA Palo Alto Networks Platforms and Architecture • Set 4
PCNSA Palo Alto Networks Platforms and Architecture Practice Test 4 — 15 questions with explanations. Free, no signup.
Based on the exhibit, what will happen when a user in the trust zone attempts to access an HTTPS website (TCP 443)?
Refer to the exhibit.
config
security {
rules {
rule allow-http {
source-zone [ trust ];
destination-zone [ untrust ];
source-address [ any ];
destination-address [ any ];
application [ web-browsing ];
service [ application-default ];
action allow;
log-start yes;
}
}
}