From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-97677-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MNrIP-0002NX-6a
	for garchives@archives.gentoo.org; Mon, 06 Jul 2009 16:44:01 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EC299E03C4;
	Mon,  6 Jul 2009 16:43:59 +0000 (UTC)
Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.210.191])
	by pigeon.gentoo.org (Postfix) with ESMTP id CA771E03C4
	for <gentoo-user@lists.gentoo.org>; Mon,  6 Jul 2009 16:43:59 +0000 (UTC)
Received: by yxe29 with SMTP id 29so5896208yxe.32
        for <gentoo-user@lists.gentoo.org>; Mon, 06 Jul 2009 09:43:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:reply-to:in-reply-to
         :references:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=FHMOzgZZQXzy1o4B+zftF7o78wGlDddviH7stRLJv7A=;
        b=xb0mkuISepXvEtixcY0W+qoLbnUR6fZWgjXe6jUwl2rKhgVevQz6f/AcfSAcDOlpu0
         c5HnsHGphwmqL4t7wch5ZMR1gc/Iii8uDfLnBYZhUYv+5IqRHzqoRQwu5wMruQP3tGBT
         i05if3Z7DszKgofIEGllDg7Z0z/jGkMErPBhY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:reply-to:in-reply-to:references:date:message-id
         :subject:from:to:content-type:content-transfer-encoding;
        b=qSJqESIB9PNtY1FupGSr3cjGMQjVlLMl1Tew/MgS8ixWhJBLXcVcSKmVY1nwDTZ/eT
         lA2XOoQFxmUmiXTqUKXdNHBuPdVr71woN5SS8pREVt2S0PjA4ixsgkHnhGTKr5Kf3bOR
         bXjwsoSa4udoo+H2Plu54PohkwDFoRq5807Yc=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.100.110.2 with SMTP id i2mr8781162anc.159.1246898639548; Mon, 
	06 Jul 2009 09:43:59 -0700 (PDT)
In-Reply-To: <5f14cf5e0907060931l2b59bc8pc0c53e6c3a569790@mail.gmail.com>
References: <5f14cf5e0907060931l2b59bc8pc0c53e6c3a569790@mail.gmail.com>
Date: Mon, 6 Jul 2009 12:43:59 -0400
Message-ID: <5f14cf5e0907060943l209f5549rd94409b99f2ae6b7@mail.gmail.com>
Subject: [gentoo-user] Re: SSL giving corrupted MAC on input
From: Simon <turner25@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: c9bfde49-462e-4a59-9279-fde38a6d89ef
X-Archives-Hash: a3e714b324616cad6b6eb284c3881a6f

>  A quick troubleshooting i've done was to setup apache and simply
> wget a very large file over plain HTTP.  Transfer worked, i did it a
> second time and diff'ed the two downloads, they were the same.  I then
> did the same test over HTTPS and got an error
> (SSL3_GET_RECORD:decryption failed or bad record mac). This clarified
> the problem is much more related to SSL than anything else.

Forgot to mention, i'm connecting to the machine via ssh and never get
disconnected, ssh terminal works perfectly fine, but anything going
through ssh for large transfers fails (ie rsync, unison, etc).