使用httprunner manager运行HTTPs的用例时会有ssl校验
requests.exceptions.SSLError: HTTPSConnectionPool(host='xxx.xxx.xxx.xx, port=8002): Max retries exceeded with url: /api/Admin/login (Caused by SSLError(CertificateError("hostname 'xxx.xxx.xxx.xx' doesn't match 'xxx.xxx.xxx.xx'",),))
在HttpRunnerManager-master\ApiManager\utils\runner.py文件编辑,
添加默认参数'verify': False,忽略SSL认证
添加后,再次运行case,默认带入参数