We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
https://support.microsoft.com/en-us/topic/description-of-the-update-that-implements-extended-protection-for-authentication-in-internet-information-services-iis-0efdf83b-2ae5-040c-5308-6cacf2e24b30?WT.mc_id=M365-MVP-6771
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 8.3.6
Windows 11
The text was updated successfully, but these errors were encountered:
Garethp/php-ews#261
Sorry, something went wrong.
curl/curl#13098
See also winlibs/cURL#13.
No branches or pull requests
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.
https://support.microsoft.com/en-us/topic/description-of-the-update-that-implements-extended-protection-for-authentication-in-internet-information-services-iis-0efdf83b-2ae5-040c-5308-6cacf2e24b30?WT.mc_id=M365-MVP-6771
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
The text was updated successfully, but these errors were encountered: