CORBA 2.6 Programmer's Reference

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.
SSL X509 Minor Code Values
SSL_X509_UNABLE_TO_GET_ISSUER_CERT
There was a problem verifying the server or client certificate because the issuing CA's certificate
was not present in the certificate chain.
SSL_X509_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY
Unable to get the issuing CA certificate public key. The issuing CA certificate is invalid.
SSL_X509_CERT_SIGNATURE_FAILURE
There was a problem verifying the server or client certificate because one of the certificates in the
chain was not the correct certificate.
SSL_X509_CERT_NOT_YET_VALID
The server or client certificate is not valid until a future point in time.
SSL_X509_CERT_HAS_EXPIRED
The server or client certificate or the issuing CA certificate has expired and is no longer valid.
SSL_X509_ERROR_IN_CERT_NOT_BEFORE_FIELD
There was problem retreiving the NOT BEFORE time field from the certificate The certificate is
invalid.
SSL_X509_ERROR_IN_CERT_NOT_AFTER_FIELD
There was problem retreiving the NOT AFTER time field from the certificate. The certificate is
invalid.
SSL_X509_DEPTH_ZERO_SELF_SIGNED_CERT
Single self-signed certificate not found in the certificate store.