LoginSignup
0
0

More than 5 years have passed since last update.

How to fix composer NoSSL exception

Last updated at Posted at 2017-01-24

When you encounter this error,

[RuntimeException]
The openssl extension is required for SSL/TLS protection but is not available.
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.

do this

composer config -g -- disable-tls true

then

>composer install
You are running Composer with SSL/TLS protection disabled.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files

:thumbsup:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0