Trying to install filament
I'm getting this error, when running the first composer require command (
composer require filament/filament:"^3.3" -W
)
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex
tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.2 Replies
Sounds like an error from composer itself and not related to Filament?
Did you try setting the disable-tls options as suggested?
We’re getting similar things happening on work machines because of our corporate firewall, but basically there is a breakdown somewhere between you machine and packagist.org with the certificate chain. Usually has something to do with a self signed certificate.