Since the Composer beta1 release of 03-03-2016 the use of unsecure url's is prohibited by default. See also the documentation of the secure-http config option.
This affects the Firegento repository, because all packages that are downloaded from Magento Connect are downloaded via HTTP. When looking at the current includes link in the content of https://packages.firegento.com/packages.json, there are 11.869 links to connect20.magentocommerce.com, all of them using HTTP.
To resolve this, all references to http://connect20.magentocommerce.com need to be replaced by https://connect20.magentocommerce.com
Since the Composer beta1 release of 03-03-2016 the use of unsecure url's is prohibited by default. See also the documentation of the
secure-http
config option.This affects the Firegento repository, because all packages that are downloaded from Magento Connect are downloaded via HTTP. When looking at the current includes link in the content of https://packages.firegento.com/packages.json, there are 11.869 links to
connect20.magentocommerce.com
, all of them using HTTP.To resolve this, all references to
http://connect20.magentocommerce.com
need to be replaced byhttps://connect20.magentocommerce.com