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

BDCT

The next table lists all error codes related to the BackendConnectorServlet.

MajorMinorMessageDetails
BDCT0001Connection to a backend failedA connection to a backend failed. Possible causes: The backend is down, network problems, SSL (certificate) problems. Check the logs for more details.
0002Reading from a backend failedThe connection was closed by the backend while reading data from it. Check the logs for more details.
0003Writing to a backend failedThe connection was closed by the backend while writing data to it. Check the logs for more details.
0004Enabling Secure.CheckPeerHostname also requires setting Secure.CACertificateFileAs 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.