mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[GH-ISSUE #726] [Question] Does Pangolin have support for Client Cert Verification? #6390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bugz8unny69 on GitHub (May 14, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/726
I searched for support for SSL client certification verification on Github issues and discussions, but I couldn't locate anything. What I'm looking for is to replicate my existing configuration. I have Nginx, which requests a client certificate, embeds its contents in an HTTP header, and transmits it to my backend. Can this be done with Pangolin?
Thank you.