From 6e5b00a14276b24d97fe3bc04ee42398879da010 Mon Sep 17 00:00:00 2001 From: lkeme <1462364497@qq.com> Date: Fri, 3 Jun 2022 15:48:10 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=B8=B8=E8=A7=81=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 常见运行错误.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/常见运行错误.md b/常见运行错误.md index 4163cd5..ebb13b3 100644 --- a/常见运行错误.md +++ b/常见运行错误.md @@ -9,12 +9,11 @@ ``` [2022-06-03 15:41:07] BHP.WARNING: (Log) => Target -> URL: https://xxxx.xxx METHOD: get [] [] [2022-06-03 15:41:07] BHP.WARNING: (Log) => CURl -> RETRY: 0 ERROR: cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://xxxx.xxx ERRNO: 0 STATUS: Waiting for recovery! [] [] - ``` #### 原因 -Curl证书错误 +Curl证书过期 #### 解决