【发布时间】:2019-09-05 05:31:33
【问题描述】:
我在命令行中使用下面的东西
newman run e_api.json -e ent_env.json --reporters cli,html
但它告诉我unable to verify the first certificate error
如何忽略 https/ssl 证书错误?
我尝试使用以下命令,但它不起作用。
newman run e_api.json -e ent_env.json --reporters cli,html --ignore-https_proxy
【问题讨论】:
-
试一试
newman run e_api.json -e ent_env.json --reporters cli,html --insecure