WebSEAL server log errors

Due to the nature of RPC over HTTP, socket errors might be printed in the WebSEAL server log. The server-log-cfg configuration entry in the [logging] stanza specifies the logging agent configuration.

For example:

These error messages are expected when request/response streaming is active and the connection is closed before the full content-length has been received.

We can turn off these error messages by setting the suppress-client-ssl-errors in the [ssl] stanza of the WebSEAL configuration file to true. See Specify the WebSEAL host name for details about the location of this configuration file.

Parent topic: Microsoft RPC over HTTP

Related concepts