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

Support HTTPS for Toxiproxy API server #406

Open
miry opened this issue Jul 18, 2022 · 1 comment
Open

Support HTTPS for Toxiproxy API server #406

miry opened this issue Jul 18, 2022 · 1 comment

Comments

@miry
Copy link
Contributor

miry commented Jul 18, 2022

Currently API could be accessed only via HTTP.
Make HTTPS would simplify some extra work to run extra reverse proxy with HTTPS support.

Possible example of set HTTPS config:

toxiproxy --cert <bundle certificate file> --cert-key <private key> --listen https://0.0.0.0:8083
@neufeldtech
Copy link
Contributor

Some Questions for consideration:

  • Should we allow configuring multiple certificates via file(s) and then allow the user to assign these certificates to certain proxies (or the Admin API)
  • I can see use-cases where users might want only some of their proxy listeners to respond via TLS and not all, and they may need separate certificates as well

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

No branches or pull requests

2 participants