ERR_SERVER_CERTIFICATE_VALIDATION member

Constant indicating the server certificate failed validation on the client side.

This is likely because the server certificate is self-signed, or not signed by a well-known certificate authority. This constant is used as a possible value for the errorCode in sap.AuthProxy~errorCallback.

Syntax

<constant> ERR_SERVER_CERTIFICATE_VALIDATION : number

Source

authproxy.js, line 131.