[issue44141] Getting error while importing ssl "import _ssl ImportError: DLL load failed: The specified procedure could not be found."

2021-05-16 Thread Christian Heimes
Christian Heimes added the comment: OpenSSL 3.0.0 is in alpha phase, which means it is unstable, experimental, and not designed for end-users or production use. I recommend that you stick to OpenSSL 1.1.1. It will be supported until September 2023. -- resolution: -> wont fix stage:

[issue44141] Getting error while importing ssl "import _ssl ImportError: DLL load failed: The specified procedure could not be found."

2021-05-16 Thread Tarnum
Tarnum added the comment: Got it but this is a sad news for me... -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue44141] Getting error while importing ssl "import _ssl ImportError: DLL load failed: The specified procedure could not be found."

2021-05-16 Thread Christian Heimes
Christian Heimes added the comment: Python 3.7 is in security fix-only mode and will not get support for OpenSSL 3.0.0. Only Python 3.8, 3.9, 3.10 beta, and main branch contain OpenSSL 3.0.0 compatibility patches. -- ___ Python tracker

[issue44141] Getting error while importing ssl "import _ssl ImportError: DLL load failed: The specified procedure could not be found."

2021-05-15 Thread Tarnum
New submission from Tarnum : Hello! I'm using specifically crafted Python 3.7.1 for NT 5.2 x86 (Server 2003 R2) and cannot upgrade Python to later versions. I always building OpenSSL myself using compatible version of MSYS2 with perl 5.22. Compiled DLLs of OpenSSL 1.1.1k works fine for me