SSL Services: Difference between revisions
Line 232: | Line 232: | ||
! Error code | ! Error code | ||
! Description | ! Description | ||
|- | |||
| 0xD8A0B801 | |||
| Generic error, it means "this is not an SSL connection" | |||
|- | |- | ||
| 0xD840B802 | | 0xD840B802 | ||
Line 239: | Line 242: | ||
| EWOULDBLOCK while trying to write | | EWOULDBLOCK while trying to write | ||
|- | |- | ||
| | | 0xD8A0B805 | ||
| | | Syscall error, usually means there's no more data to be read because connection is closed | ||
|- | |||
| 0xD8A0B806 | |||
| End-of-stream reached, there is no more data to be read | |||
|- | |- | ||
| 0xD8A0B814 | | 0xD8A0B814 |