WampServer You must enable the openssl extension to download files via https
After run composer by command php composer.phar install I got in a console an error ” You must enable the openssl extension to download files via https„.
Problem:
ssl_module in my fresh WampServer installation was disabled.
Solution:
Find line ;extension=php_openssl.dll in wamp/bin/php/php#.#.##/php.ini and uncomment it, by removing „;”.
Tagi: composer, wampserver
Hi… Thankssss