-12288 SSL_ERROR_EXPORT_ONLY_SERVER - Unable to communicate securely. Peer does not support high-grade encryption. MOZILLA The local system was configured to support the cipher suites permitted for domestic use. The remote system was configured to support only the cipher suites permitted for export use. Login to see more Comments |
| |
-12287 SSL_ERROR_US_ONLY_SERVER - Unable to communicate securely. Peer requires high-grade encryption which is not supported. MOZILLA The remote system was configured to support the cipher suites permitted for domestic use. The local system was configured to support only the cipher suites permitted for export use. Login to see more Comments |
| |
-12286 SSL_ERROR_NO_CYPHER_OVERLAP - Cannot communicate securely with peer: no common encryption algorithm(s). MOZILLA The local and remote systems share no cipher suites in common. This can be due to a misconfiguration at either end. It can be due to a server being misconfigured to use a non-RSA certificate with the RSA key exchange algorithm. Login to see more Comments |
| |
-12285 SSL_ERROR_NO_CERTIFICATE - Unable to find the certificate or key necessary for authentication. MOZILLA This error has many potential causes; for example: Certificate or key not found in database. Certificate not marked trusted in database and Certificate's issuer not marked trusted in database. Wrong password for key database. Missing database. Login to see more Comments |
| |
-12284 SSL_ERROR_BAD_CERTIFICATE - Unable to communicate securely with peer: peers's certificate was rejected. MOZILLA A certificate was received from the remote system and was passed to the certificate authentication callback function provided by the local application. That callback function returned SECFailure, and the bad certificate callback function either was not configured or did not choose to override the error code returned by the certificate authentication callback function. -12283 (unused) ... Login to see more Comments |
| |
-12282 SSL_ERROR_BAD_CLIENT - The server has encountered bad data from the client. MOZILLA This error code should occur only on sockets that are acting as servers. It is a generic error, used when none of the other more specific error codes defined in this file applies. Login to see more Comments |
| |
-12281 SSL_ERROR_BAD_SERVER - The client has encountered bad data from the server. MOZILLA This error code should occur only on sockets that are acting as clients. It is a generic error, used when none of the other more specific error codes defined in this file applies. Login to see more Comments |
| |
-12280 SSL_ERROR_UNSUPPORTED_CERTIFICATE_TYPE - Unsupported certificate type. MOZILLA The operation encountered a certificate that was not one of the well known certificate types handled by the certificate library. Login to see more Comments |
| |
-12279 SSL_ERROR_UNSUPPORTED_VERSION - Peer using unsupported version of security protocol. MOZILLA On a client socket, this means the remote server has attempted to negotiate the use of a version of SSL that is not supported by the NSS library, probably an invalid version number. On a server socket, this means the remote client has requested the use of a version of SSL older than version 2. -12278 (unused) ... Login to see more Comments |
| |
-12277 SSL_ERROR_WRONG_CERTIFICATE - Client authentication failed: private key in key database does not correspond to public key in certificate database. MOZILLA Login to see more Comments |
| |