Answers for "[Composer\Exception\NoSslException] The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable t his error, at your own risk, by setting the 'disable-tls' option to true."

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 "[Composer\Exception\NoSslException] The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable t his error, at your own risk, by setting the 'disable-tls' option to true."

Browse Popular Code Answers by Language