mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 19:05:18 +00:00
Support HTTPS managed proxy CA trust (#79171)
* fix: support HTTPS managed proxy CA trust * fix: strip IP SNI for HTTPS proxy dispatchers * fix: harden managed proxy undici dispatchers * docs: refresh proxy baselines * fix: drop stale whatsapp undici dependency * fix: satisfy proxy dispatcher lint and tests --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -24,6 +24,7 @@ describe("proxy cli", () => {
|
||||
expect(validate?.options.map((option) => option.long)).toEqual([
|
||||
"--json",
|
||||
"--proxy-url",
|
||||
"--proxy-ca-file",
|
||||
"--allowed-url",
|
||||
"--denied-url",
|
||||
"--apns-reachable",
|
||||
|
||||
Reference in New Issue
Block a user