The openssl extension is required for SSL/TLS protection
try this: composer config -g -- disable-tls true and re-run your Composer. It works to me! But it's unsecure and not recommended for your Server . The official website says: If set …
try this: composer config -g -- disable-tls true and re-run your Composer. It works to me! But it's unsecure and not recommended for your Server . The official website says: If set …
This problem happened because you disabled "Composer SSL/TLS protection". So you need to enable it. Execute bellow cmd command to enable "Composer SSL/TLS protection". …