Open
Description
Description
Same issue described here:
curl/curl#12511
a workaround would be to use the Schannel Backend instead of OpenSSL:
set CURL_SSL_BACKEND=schannel
https://curl.se/libcurl/c/libcurl-env.html
But this does not work for precompiled php binaries as libcurl is statically linked.
Would it be possible to add a php.ini setting to use a different curl backend? Or build php_curl with schannel backend on windows?
see https://curl.se/libcurl/c/curl_global_sslset.html
PHP Version
PHP 8.3.6
Operating System
Windows 11