Skip to content

Add flags to enable X509_V_FLAG_PARTIAL_CHAIN in upstream connector#874

Open
Shikugawa wants to merge 1 commit intocloudflare:mainfrom
Shikugawa:allow-partial-chain
Open

Add flags to enable X509_V_FLAG_PARTIAL_CHAIN in upstream connector#874
Shikugawa wants to merge 1 commit intocloudflare:mainfrom
Shikugawa:allow-partial-chain

Conversation

@Shikugawa
Copy link
Copy Markdown

Trust-chain verification is sometimes relieved for the communication within trusted environment (e.g. inter DC, Office VPN)

Pingora is generic proxy framework. Hence it can be used not only as edge proxy but also service proxy. So having a knob to switch them for upstream connection is also helpful as generic proxy framework.

X509_V_FLAG_PARTIAL_CHAIN is often used to achieve this requirement, and this flag is enabled by default in service proxy (e.g. Envoy).

@drcaramelsyrup drcaramelsyrup added the enhancement New feature or request label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants