Add support for unstrusted certificates (#128)

This commit is contained in:
Flaminel
2025-05-06 15:42:41 +03:00
committed by GitHub
parent 7d2bf41bec
commit 9463d7587f
9 changed files with 181 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
{
"DRY_RUN": true,
"HTTP_MAX_RETRIES": 0,
"HTTP_TIMEOUT": 10,
"HTTP_TIMEOUT": 100,
"HTTP_VALIDATE_CERT": "enabled",
"Logging": {
"LogLevel": "Verbose",
"Enhanced": true,