Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix the read ECONNRESET at request ( with newman tool)

I am trying to execute the POSTMAN collection with multiple requests using the NEWMAN CLI tool.

All the requests in the collections are executed successfully with postman but when i execute with newman tool it's failed and it show an error as 'read ECONNRESET' at request (please help me how to fix it ) Newman eroor

like image 678
PavanS Avatar asked Oct 15 '25 12:10

PavanS


1 Answers

newman run option to pass the certificate:

--ssl-client-cert: The path to the public client certificate file.


please check the documentation.

like image 153
sudipn Avatar answered Oct 18 '25 03:10

sudipn