Make sure we can probe http requests, fixes #4965
parent
3753ccf25d
commit
269e545921
|
@ -75,6 +75,8 @@ EOT
|
||||||
$config = Factory::createConfig();
|
$config = Factory::createConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$config->merge(array('config' => array('secure-http' => false)));
|
||||||
|
|
||||||
$this->rfs = Factory::createRemoteFilesystem($io, $config);
|
$this->rfs = Factory::createRemoteFilesystem($io, $config);
|
||||||
$this->process = new ProcessExecutor($io);
|
$this->process = new ProcessExecutor($io);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue