curl does not support https request windows system file_get_contents returns false remote phpstudy
Technical otaku
2021-12-23
curl does not support https request windows system file_get_contents returns false remote phpstudy
Win system curl request does not support https interface problem:
Open php.ini and find curl.cainfo
Modify to curl.cainfo = C:\cacert.pem
After saving, restart the service.
Attachment: phpstudy operation path-"Settings-"Configuration file-"php.ini-" Find the corresponding version and click and modify it.
cacert.pem download path: https://download.csdn.net/download/lumengabc/14141727
0 Comments