mirror of
https://github.com/markqvist/Sideband.git
synced 2025-01-11 23:49:48 -05:00
Squelch excessive certificate validation error logging from client
This commit is contained in:
parent
a4e22c7868
commit
887c0a9a16
@ -4730,6 +4730,7 @@ class SidebandCore():
|
||||
# invalid certificate to the server. This will always
|
||||
# happen from some clients when using a self-signed
|
||||
# certificate, so we don't care.
|
||||
if not hasattr(server.BaseHTTPRequestHandler, "handle_orig"):
|
||||
server.BaseHTTPRequestHandler.handle_orig = server.BaseHTTPRequestHandler.handle
|
||||
def handle(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user