[Bug 3708] New: SSL3_GET_RECORD decryption failed or bad record mac

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Fri Nov 23 03:40:46 CST 2012


http://bz.selenic.com/show_bug.cgi?id=3708

          Priority: normal
            Bug ID: 3708
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: SSL3_GET_RECORD decryption failed or bad record mac
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: ftreton at dxo.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.4
         Component: Mercurial
           Product: Mercurial

On windows 7 machine that have received specific update KB2750841 and KB2735855
cloning a repository with some binaries files and with the largefiles extension
result in this traceback:

hg clone https://hg/Modules/ThirdParty/ -v --traceback
destination directory: ThirdParty
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
Traceback (most recent call last):
  File "mercurial\dispatch.pyo", line 88, in _runcatch
  File "mercurial\dispatch.pyo", line 741, in _dispatch
  File "mercurial\dispatch.pyo", line 514, in runcommand
  File "mercurial\dispatch.pyo", line 831, in _runcommand
  File "mercurial\dispatch.pyo", line 802, in checkargs
  File "mercurial\dispatch.pyo", line 738, in <lambda>
  File "mercurial\util.pyo", line 472, in check
  File "mercurial\extensions.pyo", line 144, in wrap
  File "mercurial\util.pyo", line 472, in check
  File "hgext\largefiles\overrides.pyo", line 731, in overrideclone
  File "mercurial\util.pyo", line 472, in check
  File "mercurial\commands.pyo", line 1220, in clone
  File "mercurial\extensions.pyo", line 189, in wrap
  File "hgext\largefiles\overrides.pyo", line 734, in hgclone
  File "mercurial\hg.pyo", line 381, in clone
  File "mercurial\localrepo.pyo", line 2582, in clone
  File "mercurial\localrepo.pyo", line 1771, in pull
  File "mercurial\localrepo.pyo", line 2375, in addchangegroup
  File "mercurial\revlog.pyo", line 1198, in addgroup
  File "mercurial\changegroup.pyo", line 192, in deltachunk
  File "mercurial\changegroup.pyo", line 17, in readexactly
  File "mercurial\util.pyo", line 908, in read
  File "mercurial\util.pyo", line 886, in splitbig
  File "mercurial\httppeer.pyo", line 18, in zgenerator
  File "mercurial\util.pyo", line 940, in filechunkiter
  File "mercurial\keepalive.pyo", line 422, in read
  File "httplib.pyo", line 541, in read
  File "mercurial\keepalive.pyo", line 435, in _read_chunked
  File "socket.pyo", line 430, in readline
  File "ssl.pyo", line 241, in recv
  File "ssl.pyo", line 160, in read
SSLError: [Errno 1] _ssl.c:1359: error:1408F10B:SSL
routines:SSL3_GET_RECORD:wrong version number
abort: _ssl.c:1359: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number

The only way to make it work again was to uninstall those two updates from the
Windows 7 machine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list