Hi There,
I have the following warning in Postman: “Warning: Self signed certificate in certificate chain” and the response is accepted and test passed.
But the test failed in newman in Azure Devops pipeline.
newman v4.3.0
Node.js v20.11.1
response has {undefined} Response body'
node:_tls_wrap:773
self._destroySSL();
^
TypeError: Cannot read properties of undefined (reading '_destroySSL')
at Timeout.destroySSL [as _onTimeout] (node:_tls_wrap:773:8)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7)
Any idea how to fix it?