diff --git a/src/Composer/Command/DiagnoseCommand.php b/src/Composer/Command/DiagnoseCommand.php index f36b7bc31..8fcd2f895 100644 --- a/src/Composer/Command/DiagnoseCommand.php +++ b/src/Composer/Command/DiagnoseCommand.php @@ -75,6 +75,8 @@ EOT $config = Factory::createConfig(); } + $config->merge(array('config' => array('secure-http' => false))); + $this->rfs = Factory::createRemoteFilesystem($io, $config); $this->process = new ProcessExecutor($io);