Cisco
300-730 · Question #225
300-730 Question #225: Real Exam Question with Answer & Explanation
The correct answer is D: The `enable outside` command is misconfigured and blocking external web traffic.. The http-only-cookie enable command sets the HTTPOnly attribute on Clientless SSL VPN session cookies, which blocks Java plug-ins from reading the session cookie and causes Java-dependent web apps to fail.
Troubleshooting Using ASDM and CLI
Question
Refer to the exhibit. An engineer recently applied several configuration changes to a Cisco Adaptive Security Appliance; however, users report that a web app requiring Java plug-ins has stopped working through the Clientless SSL VPN. What must be the cause of this issue?
webvpn
enable outside
http-only-cookie enable
svc ask none default svc enable
port-forward auto
Options
- AThe
svc ask nonecommand is blocking the required Java plug-ins for the app. - BThe
port-forward autocommand is preventing the ASA from recognizing the Java plug-ins, causing the plug-in to be blocked. - CThe
http-only-cookiecommand prevents the Java plug-ins from accessing the session cookie, causing the app to fail. - DThe
enable outsidecommand is misconfigured and blocking external web traffic.
Explanation
The http-only-cookie enable command sets the HTTPOnly attribute on Clientless SSL VPN session cookies, which blocks Java plug-ins from reading the session cookie and causes Java-dependent web apps to fail.
Common mistakes.
- A. The
svc ask none default svccommand controls which VPN mode is offered to connecting clients by default and has no effect on Java plug-in loading or functionality within a Clientless SSL VPN session. - B. The
port-forward autocommand enables Clientless SSL VPN port forwarding for TCP-based application proxying and does not interfere with Java plug-in detection or execution in the WebVPN portal. - D. The
enable outsidecommand is the standard, required syntax to activate WebVPN on the outside interface of the ASA; it does not selectively block external web traffic or Java plug-in content when correctly configured.
Concept tested. ASA Clientless SSL VPN http-only-cookie blocking Java plug-ins
Topics
#Clientless SSL VPN#ASA configuration#http-only-cookie#Java plug-ins
Community Discussion
No community discussion yet for this question.