Chapter 3: AT Commands Reference
June 30, 2008 AT Commands Reference Manual 3-429
Example
+MIPSSL: 2,15 // While opening the SSL connection for socket 2, server certificate
was received, but was not accepted because the CA that
signed the certificate could not be located or couldn't be
matched with a known, trusted CA.
12. SSL_CERTIFICATE_REVOKED A certificate was revoked by its signer.
13. SSL_CERTIFICATE_EXPIRED A certificate has expired or is not currently valid.
14. SSL_NO_CERTIFICATE This alert may be sent in response to a
certification request if no appropriate certificate
is available.
15. SSL_UNKNOWN_CA A valid certificate chain or partial chain was
received, but the certificate was not accepted
because the CA certificate could not be located
or couldn't be matched with a known, trusted
CA.
16. SSL_ACCESS_DENIED A valid certificate was received, but when access
control was applied, the sender decided not to
proceed with negotiation. This message is fatal.
17. SSL_CERTIFICATE_BAD_PEM The delimiters of Base64 encoded certificate are
invalid.
18. SSL_CERTIFICATE_NO_SN This certificate has no serial number.
19. SSL_DOMAIN_NAME_MISMATCH The server's common name mismatches its
domain name.
20. SSL_CERTIFICATE_UNKNOWN Some other (unspecified) issue arose in
processing the certificate, rendering it
unacceptable.
21. SSL_DECRYPT_ERROR A handshake cryptographic operation failed,
including being unable to correctly verify a
signature, decrypt a key exchange, or validate a
finished message.
22. SSL_RECORD_OVERFLOW A Cipher text record was received which had a
length more than 2^14+2048 bytes. This
message is always fatal.
23. SSL_DECODE_ERROR A message could not be decoded because some
field was out of the specified range or the length
of the message was incorrect. This message is
always fatal.
24. SSL_UNSUPPORTED_EXTENSION Thi s alert is sent by clients that receive an
extended server hello containing an extension
that they did not put in the corresponding client
hello. This message is always fatal.
Table 3-282:+MIPSSL Alerts
Alert ID Alert Name Description