sample install
wp package install typisttech/image-optimize-command:@stable
Error: curl error 60 while downloading https://wp-cli.org/package-index/packages.json: SSL certificate problem: certificate has expired

i try another package in https://wp-cli.org/package-index/packages.json (still same curl error 60 while downloading )
i try :
get cert from http://curl.haxx.se/ca/cacert.pem
add/change to
curl.cainfo = “[pathtofile]cacert.pem”
not solve issue
i try compile new verison curl to curl 7.84.0
still same issue
i try reinstall php from aapanel ( remove php 7.4 > reinstall php 7.4 )
still same issue
anyone have same problem?