[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot, OpenSSL 1.1.1a

2021-04-17 Thread Christian Heimes
Christian Heimes added the comment: I'm closing the issue as outdated. -- resolution: -> out of date stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot, OpenSSL 1.1.1a

2019-01-18 Thread STINNER Victor
Change by STINNER Victor : -- title: test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot -> test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot, OpenSSL 1.1.1a ___ Python tracker

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-12-11 Thread Ned Deily
Ned Deily added the comment: On the other hand and also FWIW, test_ssl does pass on the AMD64 FreeBSD CURRENT Shared 3.7 buildbot (the same system?) which also has 1.1.1a: ssl.OPENSSL_VERSION: OpenSSL 1.1.1a 20 Nov 2018 -- ___ Python tracker

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-12-11 Thread Ned Deily
Ned Deily added the comment: FWIW, test_ssl currently passes on the other FreeBSD 3.6 buildbot: FreeBSD 10-STABLE Non-Debug 3.6 buildbot. Among any other differences, the SSL version there is older: ssl.OPENSSL_VERSION: OpenSSL 1.0.1u-freebsd 22 Sep 2016 -- nosy: +ned.deily __

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: > I'm trying to figure out the exact OpenSSL version. It used to be part of > pythoninfo step. Did you click on "view all 165 lines"? I like to click on [download] to open the output in my text editor (gvim). ssl info from pythoninfo: ssl.HAS_SNI: True ssl

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-11-01 Thread Kubilay Kocak
Kubilay Kocak added the comment: The version in base is: /usr/bin/openssl version OpenSSL 1.1.1-freebsd 11 Sep 2018 There is a version from ports also installed at a different prefix, which I don't believe Python picks up by default unless Modules/Setup or --with-openssl (is this in 3.6?)

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-11-01 Thread Christian Heimes
Christian Heimes added the comment: I'm trying to figure out the exact OpenSSL version. It used to be part of pythoninfo step. -- ___ Python tracker ___ _

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-11-01 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: There is also: Traceback (most recent call last): File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/test_ssl.py", line 1860, in wrap_conn self.sock, server_side=True) File "/usr/home/buildbot/python/3.6.koobs-freebsd-c

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-11-01 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : https://buildbot.python.org/all/#/builders/172/builds/40/steps/4/logs/stdio == ERROR: test_ciphers (test.test_ssl.SimpleBackgroundTests) -