I get this error when running newman v.3.2.0:
# failure detail
1. Error self signed certificate
Troubleshooting certificate errors To fix the error, turn off SSL verification for the request: Open the request and select the Settings tab. Select Enable SSL certificate verification to turn off this setting. Send the request again.
You need to import the root certificate into the trust store for the browser. Once the browser knows you trust this root certificate, all certificates signed by this will show up as trusted.
Fixed this by running this:
$ newman run examples/sample-collection.json --insecure
instead of
$ newman run examples/sample-collection.json
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With