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

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