[issue46863] Python 3.10 OpenSSL Configuration Issues

Christian Heimes report at bugs.python.org
Wed Mar 2 07:19:07 EST 2022


Christian Heimes <lists at cheimes.de> added the comment:

pyenv uses default value for ./configure --with-ssl-default-suites. You have to use --with-ssl-default-suites=openssl so your build uses the system's crypto policy correctly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46863>
_______________________________________


More information about the Python-bugs-list mailing list