You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's best to rely on system SSL certificates rather than bundling our own, since that way they'll stay up to date with the system without needing to replace the PHP binary.
dktapps
changed the title
openssl.cnf and cert.pem missing from Linux and Mac builds
SSL certificate bundles missing
Jun 6, 2023
It turns out this is also problematic for curl on both Windows and *nix. We've just never noticed because PM sets CURLOPT_VERIFYPEER to false in Internet::getURL()...
This is problematic for functions which depend on features provided by openssl, such as https:// support in file_get_contents().
The text was updated successfully, but these errors were encountered: