Description
Bug report
Checklist
- I am confident this is a bug in CPython, not a bug in a third-party project
- I have searched the CPython issue tracker,
and am confident this bug has not been reported before
CPython versions tested on:
3.11
Operating systems tested on:
Windows
Output from running 'python -VV' on the command line:
Python 3.11.5 | packaged by conda-forge | (main, Aug 27 2023, 03:23:48) [MSC v.1936 64 bit (AMD64)]
A clear and concise description of the bug:
I am following up on the issue described here
#99079
also described here
#101401
I compile using Cython 3.0.2 on Windows 10 22H2 (Version 10.0.19045.3324) and have installed three different versions of OpenSSL
1.1.1i
1.1.1v
3.0.10
and compile against each version yet I continue to get the same error
OPENSSL_Uplink{00007FFE7BF17068,08}: no OPENSSL_Applink
message when the executable makes an HTTP request using the requests library to an HTTPS endpoint.
I did get this to work with the 3.12.0rc1 version but I need a conda environment around it for all the other package we depend on which is not yet available. This 3.11.5 version works fine on a different Windows machine Version 10.0.18363.657 (older).
In the comment that closed out the issue I am referencing above they stated that 3.11.5 works on the newer version of Windows with OpenSSL 3.X.X. Can you provide detail as to how you got this to work?