How do fix newman error self signed certificate?

nommer picture nommer · Nov 10, 2016 · Viewed 8.1k times · Source

I get this error when running newman v.3.2.0:

# failure detail 1. Error self signed certificate

Answer

nommer picture nommer · Nov 10, 2016

Fixed this by running this:

$ newman run examples/sample-collection.json --insecure

instead of

$ newman run examples/sample-collection.json