OpenSSL Errors
Advantage Error Guide
When using AES encryption and TLS Communications, Advantage uses libraries built from the OpenSSL project. Depending on the situation, the error text associated with Advantage errors may contain error numbers from the OpenSSL libraries. The error information may be in the Advantage error log (ads_err.*) or in error information returned to the client application.
Contents
SSL Errors X509 Certificate Errors
SSL Errors
The following are errors that may occur when using TLS Communications. The following error numbers and names are possible. For more detailed information on these errors, see http://www.openssl.org/docs/ssl/SSL_get_error.html. In addition to the error number, there may be additional error text generated by the library that can help determine the problem.
X509 Certificate Errors
When using TLS Communications, the certificate is verified by the OpenSSL libraries. If errors occur, the connection will not be established. The following error numbers and names are possible. For more detailed information on a particular error, please see http://www.openssl.org/docs/crypto/X509_STORE_CTX_get_error.html.