[Bug 229640] Can't import ssl in lang/python37 on FreeBSD 10.4
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 9 12:46:58 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229640
Kai <freebsd_ports at k-worx.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |freebsd_ports at k-worx.org
--- Comment #1 from Kai <freebsd_ports at k-worx.org> ---
SSL works with Python 3.7 in 10.4 if one compiles Python 3.7 with openssl from
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 the
pkg-plist must be removed to make it work.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list