X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d3b774bacf87ddf87b2260cd63f10bf2272b5f2b..6215289b4614f36a18bd043c6fccd8b265df7288:/doc/errors.but diff --git a/doc/errors.but b/doc/errors.but index 03392454..2369b4ce 100644 --- a/doc/errors.but +++ b/doc/errors.but @@ -209,6 +209,14 @@ encryption or decryption process. It's difficult to tell from this error message whether the problem is in the client, in the server, or in between. +In particular, if the network is corrupting data at the TCP level, it +may only be obvious with cryptographic protocols such as SSH, which +explicitly check the integrity of the transferred data and complain +loudly if the checks fail. Corruption of protocols without integrity +protection (such as HTTP) will manifest in more subtle failures (such +as misdisplayed text or images in a web browser) which may not be +noticed. + A known server problem which can cause this error is described in \k{faq-openssh-bad-openssl} in the FAQ.