You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcepl
changed the title
bpo-38576: Disallow control characters in hostnames in httplib (GH-18995)
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Mar 18, 2020
…H-18995)
Add host validation for control characters for more
CVE-2019-18348 protection.
(cherry picked from commit 83fc701)
Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
benjaminp
changed the title
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
[2.7] closes bpo-38576: Disallow control characters in hostnames in http.client.
Mar 19, 2020
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 55952)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 828
8000
, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_urllibnet.py", line 245, in test_multiple_ftp_urlopen_same_host"Error message was: %s"% e)
AssertionError: Failed FTP binary file open. Error message was: [Errno ftp error] [Errno ftp error] 500 OOPS: vsf_sysutil_bind
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 56816)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-fedora-z.clang-ubsan/build/Lib/test/test_struct.py", line 552, in test_boolself.assertTrue(struct.unpack('>?', c)[0])
AssertionError: False is not true
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-fedora-z.clang-installed/build/target/lib/python2.7/test/test_struct.py", line 552, in test_boolself.assertTrue(struct.unpack('>?', c)[0])
AssertionError: False is not true
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 51366)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto-pgo/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 58314)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "./Lib/test/regrtest.py", line 808, in run
File "./Lib/test/regrtest.py", line 766, in runtestValueError: generator already executing
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/dje/cpython-buildarea/2.7.edelsohn-rhel8-z.lto/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python2.7/test/test_support.py", line 2, in <module>import test.support
File "/usr/local/lib/python2.7/test/support/__init__.py", line 6, in <module>import contextlib
File "/usr/local/lib/python2.7/contextlib.py", line 4, in <module>from functools import wraps
File "/usr/local/lib/python2.7/functools.py", line 10, in <module>from _functools import partial, reduceImportError: /usr/local/lib/python2.7/lib-dynload/_functools.so: Undefined symbol "Py_InitModule4_64"
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in read
returnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
k
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 2979, in test_tls_unique_channel_binding
s.connect((HOST, server.port))
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 851, in _real_connect
socket.connect(self, addr)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 228, in methreturngetattr(self._sock,name)(*args)
rror: [Errno 61] Connection refused
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in read
returnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
server: new connection from ('127.0.0.1', 24646)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
Test server failure:
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in read
returnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
k
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_urllib2_localnet.py", line 553, in test_https_with_cafile
cafile=CERT_localhost)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_urllib2_localnet.py", line 456, in urlopen
l.extend(f.readlines(200))
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 519, in readlines
line =self.readline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 451, in readline
data =self._sock.recv(self._rbufsize)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/httplib.py", line 607, in read
s =self.fp.read(amt)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 384, in read
data =self._sock.recv(left)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 754, in recv
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 649, in setUpself.client.connect(self.server.host, self.server.port)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 138, in connectself.welcome =self.getresp()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 217, in getresp
resp =self.getmultiline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 203, in getmultiline
line =self.getline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 188, in getline
line =self.file.readline(self.maxline +1)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 480, in readline
data =self._sock.recv(self._rbufsize)
timeout: <
6D40
span class="pl-s">timed out
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 54] Connection reset by peer
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/support/__init__.py", line 1736, in decoratorreturn func(*args)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_imaplib.py", line 165, in test_issue5949self.imap_class, *server.server_address)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/unittest/case.py", line 473, in assertRaises
callableObj(*args, **kwargs)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/imaplib.py", line 1169, in __init__IMAP4.__init__(self, host, port)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/imaplib.py", line 195, in __init__self.welcome =self._get_response()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/imaplib.py", line 932, in _get_response
resp =self._get_line()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/imaplib.py", line 1030, in _get_line
line =self.readline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/imaplib.py", line 251, in readline
line =self.file.readline(_MAXLINE+1)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 480, in readline
data =self._sock.recv(self._rbufsize)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 754, in recvreturnself.read(buflen)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 2979, in test_tls_unique_channel_binding
s.connect((HOST, server.port))
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
rror: [Errno 54] Connection reset by peer
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 245, in run
asyncore.loop(timeout=0.1, count=1)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 220, in loop
poll_fun(timeout, map)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 156, in poll
read(obj)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 87, in read
obj.handle_error()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 83, in read
obj.handle_read_event()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 331, in handle_read_eventsuper(SSLConnection, self).handle_read_event()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 449, in handle_read_eventself.handle_read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asynchat.py", line 119, in handle_readself.handle_error()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asynchat.py", line 115, in handle_read
data =self.recv (self.ac_in_buffer_size)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 353, in recvreturnsuper(SSLConnection, self).recv(buffer_size)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 387, in recv
data =self.socket.recv(buffer_size)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 754, in recvreturnself.read(buflen)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_urllib2_localnet.py", line 584, in test_https_sniself.urlopen("https://localhost:%s"% handler.port, context=context)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_urllib2_localnet.py", line 456, in urlopen
l.extend(f.readlines(200))
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 519, in readlines
line =self.readline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 451, in readline
data =self._sock.recv(self._rbufsize)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/httplib.py", line 607, in read
s =self.fp.read(amt)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 384, in read
data =self._sock.recv(left)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 754, in recvreturnself.read(buflen)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in read
returnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
ERROR
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 24657)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
Test server failure:
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in read
returnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
k
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_urllib2_localnet.py", line 546, in test_https
data =self.urlopen("https://localhost:%s/bizarre"% handler.port, context=context)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_urllib2_localnet.py", line 456, in urlopen
l.extend(f.readlines(200))
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 519, in readlines
line =self.readline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 451, in readline
data =self._sock.recv(self._rbufsize)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/httplib.py", line 607, in read
s =self.fp.read(amt)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 384, in read
data =self._sock.recv(left)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 754, in recvreturnself.read(buflen)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ssl.py", line 1787, in read
returnself.sslconn.read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
server: new connection from ('127.0.0.1', 24655)
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 245, in run
asyncore.loop(timeout=0.1, count=1)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 220, in loop
poll_fun(timeout, map)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 156, in poll
read(obj)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 87, in read
obj.handle_error()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 83, in read
obj.handle_read_event()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 331, in handle_read_eventsuper(SSLConnection, self).handle_read_event()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 449, in handle_read_eventself.handle_read()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asynchat.py", line 119, in handle_readself.handle_error()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asynchat.py", line 115, in handle_read
data =self.recv (self.ac_in_buffer_size)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 353, in recvreturnsuper(SSLConnection, self).recv(buffer_size)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/asyncore.py", line 387, in recv
data =self.socket.recv(buffer_size)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 754, in recvreturnself.read(buflen)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 0] Error
Traceback (most recent call last):
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_ftplib.py", line 663, in setUpself.client.connect(self.server.host, self.server.port)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 138, in connectself.welcome =self.getresp()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 217, in getresp
resp =self.getmultiline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 203, in getmultiline
line =self.getline()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/ftplib.py", line 188, in getline
line =self.file.readline(self.maxline +1)
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/socket.py", line 480, in readline
data =self._sock.recv(self._rbufsize)
timeout: timed out
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 1338, in runtest_inner
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 46, in <module>
gdb_version, gdb_major_version, gdb_minor_version = get_gdb_version()
File "/usr/home/buildbot/python/2.7.koobs-freebsd-564d/build/Lib/test/test_gdb.py", line 43, in get_gdb_versionraiseException("unable to parse GDB version: %r"% version)
Exception: unable to parse GDB version: ''
Re-running test 'test_imaplib' in verbose mode
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 38360)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/buildbot/bu
F438
ildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 58972)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-ppc64le.lto/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 46460)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 43192)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:727)
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/threading.py", line 801, in __bootstrap_innerself.run()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 1810, in run
msg =self.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 1787, in readreturnself.sslconn.read()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 641, in read
v =self._sslobj.read(len)
rror: [Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 1730, in wrap_conn
self.sock, server_side=True)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 369, in wrap_socket
_context=self)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 599, in __init__
self.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 828, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:727)
server: new connection from ('127.0.0.1', 40796)
server: connection cipher is now ('ECDHE-RSA-AES256-SHA', 'TLSv1.0', 256)
server: selected protocol is now None
k
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 2477, in test_protocol_tlsv1_1
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Traceback (most recent call last):
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 189, in freturn func(*args, **kwargs)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 2402, in test_protocol_sslv23
try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1')
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 2134, in try_protocol_combo
chatty=False, connectionchatty=False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_ssl.py", line 2062, in server_params_test
s.connect((HOST, server.port))
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 864, in connectself._real_connect(addr, False)
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 855, in _real_connectself.do_handshake()
File "/home/buildbot/buildarea/2.7.cstratak-RHEL8-x86_64.lto/build/Lib/ssl.py", line 828, in do_handshakeself._sslobj.do_handshake()
SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:727)
Summary of the results of the build (if available):
Click to see traceback logs
Reset branch '2.7'
'powershell.exe' is not recognized as an internal or external command,
operable program or batch file.
'py' is not recognized as an internal or external command,
operable program or batch file.
'"d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\PCbuild\\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add host validation for control characters for more
CVE-2019-18348 protection.
(cherry picked from commit 83fc701)
Co-authored-by: Ashwin Ramaswami aramaswamis@gmail.com
https://bugs.python.org/issue38576