dont send uri to challenge, if no valid token could be fetched
This commit is contained in:
@@ -238,6 +238,7 @@ class lescript
|
|||||||
}
|
}
|
||||||
@unlink($tokenPath);
|
@unlink($tokenPath);
|
||||||
$this->logger->logAction(CRON_ACTION, LOG_ERR, "letsencrypt Please check $uri - token not available" . $errmsg);
|
$this->logger->logAction(CRON_ACTION, LOG_ERR, "letsencrypt Please check $uri - token not available" . $errmsg);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->log("Sending request to challenge");
|
$this->log("Sending request to challenge");
|
||||||
|
|||||||
Reference in New Issue
Block a user