問題:
虛擬機執行 curl -L -O https: 命令的時候,報錯 curl: (35) SSL connect error
解決:
無法使用curl 命令原因是版本 nss 版本有點老,執行 yum -y update nss 即可
無法在服務器使用curl命令訪問https域名,原因是nss版本有點舊了,yum -y update nss更新一下,重新curl即可!
————————————————
版權聲明:本文為CSDN博主「Wbw Belief」的原創文章,遵循CC 4.0 BY-SA版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/qq_41497111/article/details/89487367
yum update nss
再重啟PHP:service php-fpm restart
問題解決。