Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC - Trust all certs issued by trusted root authority - Do Not Merge #424

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pawelpabich
Copy link

@pawelpabich pawelpabich commented Aug 14, 2023

Background

Some environments require all traffic to be decrypted and inspected by a centralized proxy. This is usually done by implementing MITM, where the proxy becomes a trusted Root Authority and the clients trust all certificates issued by it. Halibut security is based on certificate pinning, which breaks MITM.

This PoC proposes to support the first leg of MITM (halibut -> proxy) by adding an option to Halibut to allow it to trust any cert issued by a trusted root authority.

Note: Explore options to combine IClientCertificateValidator and ITrustProvider as they seem to be doing the same thing, just at 2 different ends of the connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant