Closed perrefe closed 6 years ago
Possibly related to #818
Damn... we definitely missed updating these issues. Ok, here's something from some of my old notes from a different HAProxy test that I was doing:
- HAProxy install and configured fine
- setup local node server for test with 2 instances
- configured haproxy to to add the two node servers in cfg
- collection to call server and ran fine
- runs with 1000 iteration but takes ages after 500-ish iteration
- configured a bunch of global timeout_* and conn count cfg in haproxy
- 1000 iterations works fines
It seems that I did not face socket hangup, but I did configure a bunch of global settings while stressing the system. Sadly, I didn't take note of which configs. :-( Anyway, I also recall socket hangup, but from something else in HAProxy, caused when one of the upstream servers were shutting down.
I presume that it has been quite a while and if the issue is still not resolved, please feel free to reopen.
Using SSL HAProxy frontend between newman and application server causes intermitently socket hang up errors.
Newman command:
app.postman_collection
globals globals.postman_globals
Env.postman_environment
HA Proxy config
Scenarios:
This similar issue #818 reopened recently, but involves a forward-proxy. Also, this scenarios tested directly from Postman or Postman's Collection Runner works well.
Thank you guys!