Shopify / toxiproxy

:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
https://github.com/shopify/toxiproxy
MIT License
10.63k stars 445 forks source link

Support HTTPS for Toxiproxy API server #406

Open miry opened 2 years ago

miry commented 2 years ago

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 commented 2 years ago

Some Questions for consideration: