This commit is contained in:
xiaojunnuo
2024-09-04 11:26:56 +08:00
parent ff46771d8d
commit 28a32aed7d
4 changed files with 19 additions and 13 deletions

View File

@@ -308,10 +308,10 @@ export class AcmeService {
await utils.http({
url: directoryUrl,
method: "GET",
timeout: 5000,
timeout: 10000,
});
} catch (e) {
this.logger.error(`${directoryUrl},测试访问失败`, e);
this.logger.error(`${directoryUrl},测试访问失败`, e.stack);
return false;
}
this.logger.info(`${directoryUrl},测试访问成功`);