mirror of https://github.com/arendst/Tasmota.git
TLS error codes
parent
c28c0ceb39
commit
e6bb10dc19
9
TLS.md
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.
|
||||
|
|
Loading…
Reference in New Issue