summaryrefslogtreecommitdiff
path: root/lib/server
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-10-18 19:41:33 +0000
committerChris Wilson <chris+github@qwirx.com>2006-10-18 19:41:33 +0000
commit646f1f96f80dd16dbd83b21fbe8fcbc9db451c4e (patch)
treeaeacb04eb466e03d45ee8564d2b13e54d1c91f1f /lib/server
parent6e725ef45d8800908e93b095bc33ede462c0dcef (diff)
Update description with another possible cause of this error
Diffstat (limited to 'lib/server')
-rw-r--r--lib/server/ConnectionException.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/ConnectionException.txt b/lib/server/ConnectionException.txt
index 5056754f..c3429116 100644
--- a/lib/server/ConnectionException.txt
+++ b/lib/server/ConnectionException.txt
@@ -10,7 +10,7 @@ SocketConnectError 15 Probably a network issue between client and server, bad
TLSHandshakeFailed 30
TLSShutdownFailed 32
TLSWriteFailed 33 Probably a network issue between client and server.
-TLSReadFailed 34 Probably a network issue between client and server.
+TLSReadFailed 34 Probably a network issue between client and server, or a problem with the server.
TLSNoPeerCertificate 36
TLSPeerCertificateInvalid 37 Check certification process
TLSClosedWhenWriting 38