[issue15172] SHA1 failures on the 64-bit Windows buildbot

Stefan Krah report at bugs.python.org
Mon Jun 25 16:56:02 CEST 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

It worked out of the box for me. These are the versions I use:

# openssl version:
svn export http://svn.python.org/projects/external/openssl-1.0.1c

# nasm version (installer):
nasm-2.10.01-installer.exe


Let me see what I did:

cd openssl-1.0.1c
nmake -f ms\nt.mak clean
nmake -f ms\nt64.mak clean
cd ..\cpython
Tools\buildbot\clean.bat
Tools\buildbot\clean-amd64.bat
Tools\buildbot\build-amd64.bat
cd PCbuild\amd64

python_d.exe -m test -uall test_hmac
[1/1] test_hmac
1 test OK.
[111184 refs]


python_d.exe -m test -uall test_ssl
[...]
  File "C:\Users\stefan\pydev\cpython\lib\ssl.py", line 513, in do_handshake
    self._sslobj.do_handshake()
ConnectionResetError: [Error 10054] An existing connection was forcibly closed by the remote host


Now I get this error but it seems quite unrelated.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15172>
_______________________________________


More information about the Python-bugs-list mailing list