[Box Backup-commit] COMMIT r970 - box/chris/general/lib/server
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 11 Oct 2006 22:58:01 +0100
Author: chris
Date: 2006-10-11 22:58:01 +0100 (Wed, 11 Oct 2006)
New Revision: 970
Modified:
box/chris/general/lib/server/ConnectionException.txt
Log:
- Better explanation
Modified: box/chris/general/lib/server/ConnectionException.txt
===================================================================
--- box/chris/general/lib/server/ConnectionException.txt 2006-10-11 21:57:39 UTC (rev 969)
+++ box/chris/general/lib/server/ConnectionException.txt 2006-10-11 21:58:01 UTC (rev 970)
@@ -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