*edit - check ssl just when other error is not already in
parent
45d1c03e5a
commit
8fa1bf6c0d
|
@ -366,8 +366,10 @@ class StatusUpdater
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check ssl cert
|
// Check ssl cert just when other error is not already in...
|
||||||
|
if ($result !== false) {
|
||||||
$this->checkSsl($this->server, $this->error, $result);
|
$this->checkSsl($this->server, $this->error, $result);
|
||||||
|
}
|
||||||
|
|
||||||
// check if server is available and rerun if asked.
|
// check if server is available and rerun if asked.
|
||||||
if (!$result && $run < $max_runs) {
|
if (!$result && $run < $max_runs) {
|
||||||
|
|
Loading…
Reference in New Issue