OpenSSL required for laravel project, enbaled in php.ini, but not working?

504 views Asked by At

In Factory.php line 648:

The openssl extension is required for SSL/TLS protection but is not availab
le. If you can not enable the openssl extension, you can disable this error
, at your own risk, by setting the 'disable-tls' option to true.

terminal output:

php -i | grep openssl  
OpenSSL support => disabled (install ext/openssl)  
OLDPWD => /home/Merlin/openssl-3.0.8  
$_SERVER['OLDPWD']=> /home/Merlin/openssl-3.0.8  
$_ENV['OLDPWD'] => /home/Merlin/openssl-3.0.8

php version : 8.2 composer version : 2.5.8 I have enabled the openssl in the php.ini and still not working

0

There are 0 answers