CORBA 2.6.1 Programmer's Reference

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.
3203 - 1314065556 - SSL_alert_protocol_version
Occurs when the client used an unrecognized protocol version.
3203 - 1314065557 - SSL_alert_insufficient_security
Occurs when the cipher suites offered by the client were weaker than required by the server.
3203 - 1314065558 - SSL_alert_internal_error
Occurs when the transmitting implementation encountered some of sort of memory allocation,
hardware failure, or other internal error.
3203 - 1314065559 - SSL_alert_user_cancelled
Occurs when a cancel request is received.
3203 - 1314065560 - SSL_alert_no_renegotiation
Occurs when the message does not renegotiate.