ENGINE: Fixed Console Log SSL Errors

This commit is contained in:
2025-10-28 22:49:34 -06:00
parent fce49f697c
commit 4478f7c33b
2 changed files with 76 additions and 1 deletions

View File

@@ -80,6 +80,9 @@ if HttpProtocol is not None: # pragma: no branch - attribute exists in supporte
or "unknown ca" in message
or reason_text == "unknown ca"
or "unknown_ca" in message
or "certificate unknown" in message
or reason_text == "certificate unknown"
or "certificate_unknown" in message
):
_close_connection_quietly()
return None