PLBWEB_SSL_PROGERR_INFO Keyword
10.1B
PLBWEB_SSL_PROGERR_INFO={on|off}
This keyword limits data sent to a SSL client browser when PL/B program errors occur.
When this keyword is not used, the default behavior is to send normal expected error information to the client browser when a PL/B program error occurs. This is the same as setting the keywords to 'ON'.
When this keyword is used and set to 'OFF', the PL/B error information is not sent to the client browser when a PL/B program error occurs.
Example:
PLBWEB_SSL_PROGERR_INFO=off
Do not send PL/B program error information to client browser. In this case, the PL/B error dialog appears with empty error data fields.
See Also: PLBWEB_HTTP_PROGERR_INFO, Server Configuration Keywords, Server Command Line
![]() |