CORBA 2.6 Programmer's Reference

3203 - 1314065542 - SSL_alert_decompression_failure
Occurs when a record could not be decompressed. This alert should not be seen since compression
is rarely used.
3203 - 1314065543 - SSL_alert_handshake_failure
Occurs when there are problems with the SSL handshake. It could indicate that no common cipher
can be negotiated. It could indicate that the server or client certificate could not be authenticated.
3203 - 1314065544 - SSL_alert_no_certificate
Occurs when no appropriate certificate is available.
3203 - 1314065545 - SSL_alert_bad_certificate
Occurs when the certificate is corrupt, signature did not verify, or a similar error.
3203 - 1314065546 - SSL_alert_unsupported_certificate
Occurs when the implementation received a certificate which was of an unsupported type.
3203 - 1314065547 - SSL_alert_certificate_revoked
Occurs when the sender received a certificate that was revoked. This alert almost never appears
because most SSL implementations do not currently support certificate revocation.
3203 - 1314065548 - SSL_alert_certificate_expired
Occurs when one of the certificates has expired.
3203 - 1314065549 - SSL_alert_certificate_unknown
Occurs when a certificate error alert is not describable by other alerts.
3203 - 1314065550 - SSL_alert_illegal_parameter
Occurs when one of the handshake fields was out of range or inconsistent.
3203 - 1314065551 - SSL_alert_unknown_ca
Occurs when the certificate received is signed by a CA that the implementation does not have a
certificate for.
3203 - 1314065552 - SSL_alert_access_denied
Occurs when a valid certificate was received, but some other access control checks failed.
3203 - 1314065553 - SSL_alert_decode_error
Occurs when a message could not be decoded because one of the fields was out of range. In most
cases, this indicates an implementation error.
3203 - 1314065554 - SSL_alert_decrypt_error
Occurs when one of the handshake cryptographic operations failed.
3203 - 1314065555 - SSL_alert_export_restriction
Occurs when one of the handshake cryptographic operations failed.