mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-12-27 20:48:39 +01: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