如何修复纽曼错误自签名证书?
How do fix newman error self signed certificate?
当 运行 newman v.3.2.0:
时出现此错误
# failure detail
1. Error self signed certificate
已通过 运行 修复此问题:
$ newman run examples/sample-collection.json --insecure
而不是
$ newman run examples/sample-collection.json
当 运行 newman v.3.2.0:
时出现此错误# failure detail
1. Error self signed certificate
已通过 运行 修复此问题:
$ newman run examples/sample-collection.json --insecure
而不是
$ newman run examples/sample-collection.json