I am trying to loadgen to generate traffic data in one of our system.
https://github.com/DinoChiesa/se-partner-bootcamp/tree/master/loadgen. - loadgen tool
We were able to successfully test from the command line, but through edge it failed with “socket hang up” issue.
Later we figured out that it could be due to company proxy and Dino(Developer of the tool) has enabled the node.js script to work with company proxy.
https://github.com/DinoChiesa/Edge-Runload-Proxy.
Now, we are facing an issue of 403, when we test loadgen(node.js script) from the command line as well as when we deploy in EDGE.
If anyone has used this loadgen proxy or faced this kind of issue with any other node.js proxy. please provide some pointers to solve the issue.