This commit is contained in:
2025-11-28 03:38:45 +08:00
parent 5f33926540
commit 59fd7a6411

View File

@@ -30,7 +30,7 @@ export class HttpsPem {
if (config.https) {
const httpsType = config.https?.type || 'https';
if (httpsType !== 'https') {
console.log(chalk.yellow('当前配置文件 https.type 不是 https, 不使用证书'));
// console.log(chalk.yellow('当前配置文件 https.type 不是 https, 不使用证书'));
return;
}
this.isHttps = true;