Skip to main content
Version: 3.14.x.x LTS

Appendix A - nevisProxy Events

Event GroupEvent CodeDescription
Authentication EventAU01The requested peer certificate is not available
AU02Header-based authentication has been triggered
AU03Received AUTH_CONTINUE from the authentication service with a redirection
AU04Received AUTH_CONTINUE from the authentication service and an HTML page has been rendered by a login rendering service
AU05An authentication process has been terminated successfully
AU06Received a redirection from the authentication service
AU07Received an error (authentication failure) from the authentication service
AU10A logout has been triggered by a header specified in the service response
AU11A logout has been triggered by a header
AU12The authentication service replied with AUTH_CONTINUE to the logout request
AU13The authentication service replied with AUTH_REDIRECT to the logout request
AU14Forbidden because of unsecure connection (f.ex. no TLS/SSL)
AU15Redirect because of missing client certificate
AU16The sectoken timed out
AU17Received AUTH_CONTINUE from the authentication service, with an AuthDirectState response
Stepup EventAS01The requested peer certificate is not available
AS02Header-based authentication has been triggered
AS03Received AUTH_CONTINUE from the authentication service with a redirection
AS04Received AUTH_CONTINUE from the authentication service and an HTML page has been rendered by a login rendering service
AS05An authentication process has been terminated successfully
AS06Received a redirection from the authentication service
AS07Received an error (authentication failure) from the authentication service
AS08Deny forbidden role
AS09Deny wrong role
AS10Pass through because the role already exists (via an IdentityCreationFilter or another SecurityRoleFilter)
AS11Pass through because no roles are required
Gateway EventGW01The request has been aborted
GW02The TCP connection has been closed by the client while processing the request
GW50Connection to backend failed
GW51Reading from or writing to backend failed
Protocol EventsPR01Too many request headers
PR02Maximum request body size exceeded
PR03Request method not allowed
PR04Maximum number of parameters exceeded
Validator EventsVA01Request header denied
VA02Request header dropped
VA03Missing required request header
VA04Request parameter denied
VA05Missing required request parameter
VA06Request URI denied
VA07Request query denied
Session EventsSC01Session create
SC02Session remove. The session has timed out and been removed.
SC03Session invalidate. The session has been invalidated due to a customer logout or an invalid call by a filter (for example, the LuaFilter). Note that this event is only triggered by the dynamic session management.
SC04Cookie spoofing
SC05Client change detected
ModSecurity EventsMS01Blocked by the ModsecurityFilter in phase 1 (usually because of an invalid header)
MS02Blocked by the ModsecurityFilter in phase 2 (usually because of an invalid body)
Unknown EventIW99