do not die after token self check

We have to finish the challenge request so that the auth does not linger in state "pending", but goes to "invalid". See https://forum.froxlor.org/index.php/topic/13463-lets-encrypt-zertifikate-werden-nicht-erneuert/#entry32895
This commit is contained in:
Oliver Rahner
2016-08-29 10:46:21 +02:00
committed by GitHub
parent a840905166
commit 7f56e98009

View File

@@ -189,7 +189,7 @@ class lescript
$errmsg = "";
}
@unlink($tokenPath);
throw new \RuntimeException("Please check $uri - token not available" . $errmsg);
$cronlog->logAction(CRON_ACTION, LOG_ERR,"letsencrypt Please check $uri - token not available" . $errmsg);
}
$this->log("Sending request to challenge");