我有两个版本的PHP。 PHP 5和7(默认版本)。在PHP 5中,我必须启用curl ssl。如何检查CURL SSL是否可在PHP5上使用?我可以使用CLI命令检查它吗?
在服务器端,php -i | grep openssl会告诉您是否启用SSL。如果要测试SSL协议,只需在curl请求中使用https://:curl https://your_server_name。
php -i | grep openssl
https://
curl https://your_server_name