TLS error codes

Michael Ingraham 2019-10-26 07:05:30 -04:00
parent c28c0ceb39
commit e6bb10dc19
1 changed files with 6 additions and 3 deletions

9
TLS.md

@ -116,16 +116,19 @@ LetsEncrypt based server (Mosquitto for ex), with full CA validation (easier to
### TLS Troubleshooting
Here are the most common TLS errors:
Here are the most common TLS errors:
Error code | Description
:--- | :---
|---:|:---
| -1002 | Cannot connect to TCP port |
| -1000 | Out of memory error |
| -1000 | Out of memory error |
| 1 | Bad fingerprint |
| 23 | The server's public key is too large. Tasmota TLS is limited to 2048 RSA keys |
| 62 | X509 not trusted, the server certificate is not signed by the CA (AWS IoT or LetsEncrypt) |
| 298 | Missing client private key |
[Additional `BR_ERR*` error codes](https://www.bearssl.org/gitweb/?p=BearSSL;a=blob;f=inc/bearssl_ssl.h)
-----------
### Below are the instructions of pre-6.5.0.15 versions.