18

I get this error when running newman v.3.2.0:

# failure detail 1. Error self signed certificate

nommer
  • 2,730
  • 3
  • 29
  • 44

1 Answers1

53

Fixed this by running this:

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

instead of

$ newman run examples/sample-collection.json

nommer
  • 2,730
  • 3
  • 29
  • 44