dont send uri to challenge, if no valid token could be fetched

This commit is contained in:
Pascal Querner
2017-07-07 22:50:39 +02:00
parent dc22ff6aa3
commit 82c719d786

View File

@@ -238,6 +238,7 @@ class lescript
}
@unlink($tokenPath);
$this->logger->logAction(CRON_ACTION, LOG_ERR, "letsencrypt Please check $uri - token not available" . $errmsg);
continue;
}
$this->log("Sending request to challenge");