Skip to content

Commit edd7177

Browse files
authored
Add TLS time-out error -1005
1 parent 4296d7c commit edd7177

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/TLS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ Here are most common TLS errors:
173173

174174
|Error code | Description|
175175
|---:|:---|
176-
| -1004 | Missing CA |
177-
| -1003 | Missing EC private key |
176+
| -1005 | Time-out during TLS handshake |
177+
| -1004 | Missing CA (deprecated)|
178+
| -1003 | Missing EC private key (deprecated)|
178179
| -1002 | Cannot connect to TCP port |
179180
| -1001 | Cannot resolve IP address |
180181
| -1000 | Out of memory error |

0 commit comments

Comments
 (0)