mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 21:44:32 +00:00
Fix TLS cert preflight classification false positive
This commit is contained in:
committed by
George Pickett
parent
f181b7dbe6
commit
dc8a56c857
@@ -16,7 +16,6 @@ const TLS_CERT_ERROR_PATTERNS = [
|
||||
/unable to verify the first certificate/i,
|
||||
/self[- ]signed certificate/i,
|
||||
/certificate has expired/i,
|
||||
/tls/i,
|
||||
];
|
||||
|
||||
const OPENAI_AUTH_PROBE_URL =
|
||||
|
||||
Reference in New Issue
Block a user