Answers for "how to enable ssl/tls protection composer"

0

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

composer config -g -- disable-tls true
Posted by: Guest on November-07-2020

Code answers related to "how to enable ssl/tls protection composer"

Browse Popular Code Answers by Language