Ian Woodfill
Ian Woodfill

Reputation: 164

SSL certificate error while attempting to install composer

Every time I try to install Composer with curl -sS https://getcomposer.org/installer | php, I get an SSL certificate error, which then asks me to use -k which results in nothing happening. Any advice is great. Thanks,

Upvotes: 0

Views: 2297

Answers (1)

Issam Zoli
Issam Zoli

Reputation: 2774

curl -sSk https://getcomposer.org/installer | php -- --disable-tls

Upvotes: 7

Related Questions