Curl 8.18 seems to have dropped support for OpenSSL versions below 3.x.
Is there a way to figure out if CURL is using the SSL option on our system, running FreeBSD 13.5-RELEASE-p11?
We have tried the lsof command:
Our server is running latest latest Magento on Apache with MariaDB among othe things.
Thanks,
Code:
checking for OpenSSL >= v3... configure: error: OpenSSL 3.0.0 or upper required.
Is there a way to figure out if CURL is using the SSL option on our system, running FreeBSD 13.5-RELEASE-p11?
We have tried the lsof command:
lsof -i :443 | grep libcurl but that doesn't give us something.Our server is running latest latest Magento on Apache with MariaDB among othe things.
Thanks,