You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tls.adoc 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ---
  2. title: "TLS"
  3. ---
  4. == TLS
  5. === Alert codes
  6. [options="header",cols=">s,<10"]
  7. |===============================================================================
  8. | Code | Meaning
  9. | 0 | Close notify
  10. | 10 | Unexpected message
  11. | 20 | Bad record MAC
  12. | 21 | Decryption failed
  13. | 22 | Record overflow
  14. | 30 | Decompression failed
  15. | 40 | Handshake failed
  16. | 41 | No certificate (SSL 3.0)
  17. | 42 | Certificate is bad
  18. | 43 | Certificate is not supported
  19. | 44 | Certificate was revoked
  20. | 45 | Certificate is expired
  21. | 46 | Unknown certificate
  22. | 47 | Illegal parameter
  23. | 48 | CA is unknown
  24. | 49 | Access was denied
  25. | 50 | Decode error
  26. | 51 | Decrypt error
  27. | 60 | Export restriction
  28. | 70 | Error in protocol version
  29. | 71 | Insufficient security
  30. | 80 | Internal error
  31. | 86 | Inappropriate fallback
  32. | 90 | User canceled
  33. | 100 | No renegotiation is allowed
  34. | 109 | An extension was expected but was not seen
  35. | 110 | An unsupported extension was sent
  36. | 111 | Could not retrieve the specified certificate
  37. | 112 | The server name sent was not recognized
  38. | 115 | The SRP/PSK username is missing or not known
  39. | 116 | Certificate is required
  40. | 120 | No supported application protocol could be negotiated
  41. |===============================================================================
  42. Source: https://www.gnutls.org/manual/html_node/The-TLS-Alert-Protocol.html