1
0
Fork 0

Make sure we can probe http requests, fixes #4965

pull/4966/head
Jordi Boggiano 2016-02-26 00:05:09 +00:00
parent 3753ccf25d
commit 269e545921
1 changed files with 2 additions and 0 deletions

View File

@ -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);