I am getting Non HTTP response message: Connection reset error
I have 2 calls.
- POST HTTP request
- GET HTTP request: I am extracting the location from the response headers of the first POST call request.
NO cookies or request headers to send for 2nd request.
- When I run it from JMeter and Taurus YAML locally, everything works fine.
- Running on JMeter on the Taurus container through, it runs fine.
- Running YAML through the Taurus container, I am getting the above error: ** Non-HTTP response message: Connection reset**
Test Configuration: execution:
- concurrency: 1 ramp-up: 3s hold-for: 30s
Not sure where the problem Is? I tried other options like setting JMeter properties and others, for example:
hc.parameters.file: hc.parameters
http.connection.stalecheck$Boolean: true
https.sessioncontext.shared: true
https.default.protocol: TLSv1.2
https.socket.protocols: TLSv1 TLSv1.2
Checked the jmeter.log and bzt.log file for any errors. But none was found.