[Box Backup-commit] COMMIT r1093 - box/chris/merge/lib/server
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 18 Oct 2006 20:41:33 +0100
Author: chris
Date: 2006-10-18 20:41:33 +0100 (Wed, 18 Oct 2006)
New Revision: 1093
Modified:
box/chris/merge/lib/server/ConnectionException.txt
Log:
Update description with another possible cause of this error
Modified: box/chris/merge/lib/server/ConnectionException.txt
===================================================================
--- box/chris/merge/lib/server/ConnectionException.txt 2006-10-18 19:39:04 UTC (rev 1092)
+++ box/chris/merge/lib/server/ConnectionException.txt 2006-10-18 19:41:33 UTC (rev 1093)
@@ -10,7 +10,7 @@
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