fix: separate entered and configured certificate checks

This commit is contained in:
link2xt
2024-08-16 22:14:00 +00:00
parent 62fde21d9a
commit 95b2a8e6a6
5 changed files with 54 additions and 24 deletions

View File

@@ -165,7 +165,7 @@ class CertificateChecks(IntEnum):
AUTOMATIC = 0
STRICT = 1
ACCEPT_INVALID_CERTIFICATES = 3
ACCEPT_INVALID_CERTIFICATES = 2
class Connectivity(IntEnum):