Built-in Edge SWG (ProxySG) exceptions FAQ
search cancel

Built-in Edge SWG (ProxySG) exceptions FAQ

book

Article ID: 167217

calendar_today

Updated On:

Products

SG-300 SG-600 Intelligence Services SG-510 SG-9000 SG-900 SG-S500 SG-S400 SG-S200 ProxySG Software - SGOS SWG VA-100 Advanced Secure Gateway Software - ASG ISG Proxy

Issue/Introduction

What do the Edge Secure Web Gateway (formerly ProxySG) built-in exceptions mean?
Is there a list of all the Edge SWG (ProxySG) built-in exceptions?
How do I know what these exceptions mean?

Resolution

The built-in exceptions list can be found from the command line interface (CLI) by executing the following command:

ProxySG>show exceptions
Built-in:
authentication_failed
authentication_failed_password_expired
.......
unsupported_protocol
virus_detected

Exceptions can also be viewed in the GUI under Configuration > Policy > Exceptions > View Exceptions, Current Exceptions and click view.

If you want to know what a particular exception means, then type in "show exceptions <exception_name>".  Here is an example of what the authentication_failed exception means.


ProxySG>show exceptions authentication_failed
 $(exception.id):
authentication_failed

 $(exception.summary):
Access Denied

 $(exception.details):
Your credentials could not be authenticated: $(quot)$(sc-auth-status)$(quot). You will not be permitted access until your credentials can be verified.

 $(exception.help):
This is typically caused by an incorrect username and/or password, but could also be caused by network problems.

 HTTP $(exception.code):
401

ProxySG>