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

How to proxy MTLS connections using Toxiproxy #472

Open
AnuradhaBose opened this issue Jan 23, 2023 · 1 comment
Open

How to proxy MTLS connections using Toxiproxy #472

AnuradhaBose opened this issue Jan 23, 2023 · 1 comment
Labels

Comments

@AnuradhaBose
Copy link

Hi,

I would like to know if Toxiproxy currently supports proxying capability on mutual TLS (mTLS) connections (like Apple pay for example). If yes, need some details/examples on how to create them.

Thanks.

@miry
Copy link
Contributor

miry commented Jan 23, 2023

Hi. It is not possible right now to made TSL support with Toxiproxy only.
It would require to use other proxy in between.
For example: App -> SNIProxy -> Toxiproxy -> Apple.

Toxiproxy currently only copy bytes in network, where TLS would require to implement TLS handshake and setup a new connection with Service.

@miry miry added the question label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants