From bbebe7a913d582b778fce23b85a48094a1906ae8 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 2 May 2022 11:19:04 +0800 Subject: [PATCH] Fix expired cert --- .github/workflows/magisk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/magisk.yml b/.github/workflows/magisk.yml index a6d3646..4e64241 100644 --- a/.github/workflows/magisk.yml +++ b/.github/workflows/magisk.yml @@ -116,7 +116,7 @@ jobs: res = requests.post("https://store.rg-adguard.net/api/GetFiles", f"type=CategoryId&url=858014f3-3934-4abe-8078-4aa193e74ca8&ring={release_type}&lang=en-US", headers={ "content-type": "application/x-www-form-urlencoded" - }) + }, verify=False) # source site has expired cert html = BeautifulSoup(res.content, "lxml") a = html.find("a", string=re.compile(f"Microsoft\.UI\.Xaml\..*_{arch}_.*\.appx"))