-
When running toxiproxy server on a remote host with `-config` and trying to use toxiproxy-cli against it with the `--host` flag it gets `connect: connection refused` error.
The content of my config…
-
I think this is occurring because absolute `import` paths are being used when relative paths may be required, but this issue is pervasive, so I wanted to get some feedback before creating a pull reque…
-
Steps to check it:
- modify regtest env repo to give the option to have multiple miners/followers
- run multiple miners
- docker disable one of the miner's network
- docker enable it back
- see i…
-
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:
```shell
toxiproxy…
-
problem 1) it's unclear how to specify multiple attributes when adding a toxic.
the example in the readme only uses one attribute
(https://github.com/Shopify/toxiproxy#cli-example)
and the cli help do…
-
## What (proposal)
I'd like to get support of multiple upstream hosts in single proxy + definition of balancing strategy (at least round-robin and/or least/most-connected).
As of now (`v2.1.4`) th…
-
Deploy toxiproxy to existing environment and modify the resource to route traffic through it.
Requirements:
- Deploy Toxiproxy server
- Create Toxiproxy server config base on CRD
- Modify the de…
-
Hi,
How can I see if we connect via toxiProxy?
br,
//mike
-
We sometimes observe that Toxiproxy becomes unresponsive when we try to delete a toxic and a server restart is required to recover. This is what it looks like in the server side logs:
```
Feb 21 09:…
-
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.…