Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2018 12:46:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 229640] Can't import ssl in lang/python37 on FreeBSD 10.4
Message-ID:  <bug-229640-21822-mEpaUVjOHw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229640-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229640-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229640

Kai <freebsd_ports@k-worx.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd_ports@k-worx.org

--- Comment #1 from Kai <freebsd_ports@k-worx.org> ---
SSL works with Python 3.7 in 10.4 if one compiles Python 3.7 with openssl f=
rom
the ports tree.

The base OpenSSL in 10.4 lacks the X509_VERIFY_PARAM_set1_host feature which
can be verified in the Python 3.7 build log:

> [...]
> checking whether compiling and linking against OpenSSL works... yes
> checking for X509_VERIFY_PARAM_set1_host in libssl... no
> checking for --with-ssl-default-suites... openssl
> [...]

Please note: The NO_SSL check in the Makefile and the macro %%NO_SSL%% in t=
he
pkg-plist must be removed to make it work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229640-21822-mEpaUVjOHw>