Hello, and first of all thank you for all your great work there !
I searched in the discussions but I didn't found a solution so here is my problem :
I am facing an issue with a prestashop projet I try to install, I set up an apache server with php8.3 and mysql8 but I get the following error :
"Unable to generate private keys using openssl_pkey_new. Check your OpenSSL configuration, especially the path to openssl.cafile."
If I do a php -i | grep -i openssl.ca
, I get the following results :
openssl.cafile => /Users/MyUser/.indigo/ssl/ca-certificates/cert.pem => /Users/MyUser/.indigo/ssl/ca-certificates/cert.pem
openssl.capath => /Users/MyUser/.indigo/ssl/ca-certificates => /Users/MyUser/.indigo/ssl/ca-certificates
Any thoughts ?
Regards