docs: fix TLS passthrough curl CA guidance and troubleshooting - #9778
docs: fix TLS passthrough curl CA guidance and troubleshooting#9778VedantMadane wants to merge 1 commit into
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a52e86ca1f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Addressed the review notes: qualified the leaf-as- |
|
@codex review |
|
please fix DCO |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 644c32475c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Use the CA cert (not the leaf) with `--cacert` in both testing tabs, qualify leaf trust behavior, add guidance for public/private CA trust anchors, and add troubleshooting section for `unable to get local issuer certificate` under TLS passthrough. Fixes envoyproxy#5630 Signed-off-by: Vedant Madane <vedantnm@gmail.com>
1bbe99f to
8430ba5
Compare
Use the CA cert (not the leaf) with
--cacertin both testing tabs, and add a short troubleshooting section forunable to get local issuer certificateunder TLS passthrough.Fixes #5630