BDCT
The next table lists all error codes related to the BackendConnectorServlet.
Major | Minor | Message | Details |
---|---|---|---|
BDCT | 0001 | Connection to a backend failed | A connection to a backend failed. Possible causes: The backend is down, network problems, SSL (certificate) problems. Check the logs for more details. |
0002 | Reading from a backend failed | The connection was closed by the backend while reading data from it. Check the logs for more details. | |
0003 | Writing to a backend failed | The connection was closed by the backend while writing data to it. Check the logs for more details. | |
0004 | Enabling Secure.CheckPeerHostname also requires setting Secure.CACertificateFile | As the peer hostname check does some additional certificate validation, it requires setting the CA of the peer certificate file. Set the Secure.CACertificateFile for the corresponding BackendConnectorServlet, or enable the previous hostname check behavior using the bc.net.ssl.EnableLegacyHostnameCheck flag. |