From bc2eed44d49116a8eabd71401f6eeff5e8b0ea33 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Fri, 12 Jun 2026 18:03:39 -0600 Subject: allow user to see what went wrong when a cert is "invalid" --- http2irc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http2irc.py b/http2irc.py index da47dc2..7a38122 100644 --- a/http2irc.py +++ b/http2irc.py @@ -51,7 +51,8 @@ def is_valid_pem(path, withCert): assert contents[endKeyPos + 26:] == b'' return True except: # Yes, really - return False + raise + #return False async def wait_cancel_pending(aws, paws = None, **kwargs): -- cgit v1.3.1-10-gc9f91