-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
Unable to request api.weibo.com #283
Comments
@xpader We need to determine the support, because we believe software should be secure-by-default, but find the default security level to be too low. How did you modify |
@kelunik Uh.. I just change it to always return true...
So it seems that the check is not necessary or accurate. |
@xpader If you look at |
@xpader Please try with the latest |
|
@xpader I noticed the runtime check only exists for the security level in php-src. Did you try with the lastest dev version? |
Thanks for confirming, I've tagged a new release. |
When request https://api.weibo.com, http-client throw exception:
Can't set an application layer protocol list, as PHP is compiled with OpenSSL < 1.0.2.
That's because my php(7.4.10) complied openssl is 1.0.1e.
But when I modify hasTlsAlpnSupport in function.php, everything works fine.
So, why do this check?
The text was updated successfully, but these errors were encountered: