美文网首页
Postman如何进行https请求测试

Postman如何进行https请求测试

作者: 乐子侃生活 | 来源:发表于2019-10-14 11:13 被阅读0次

今天项目需要调用第三发提供的https接口,接口好像是单方认证,也没给我们提供客户端的公钥等一系列问题,但是在Postman测试一直报错

Could not get any response

There was an error connecting to .

Why this might have happened:

The server couldn't send a response:

Ensure that the backend is working properly

Self-signed SSL certificates are being blocked:

Fix this by turning off 'SSL certificate verification' in Settings > General

Proxy configured incorrectly

Ensure that proxy is configured correctly in Settings > Proxy

Request timeout:

Change request timeout in Settings > General

如图:

最终找到解决方案:

setting->general

Certificates 增加https地址信息

即可顺利调用成功

相关文章

网友评论

      本文标题:Postman如何进行https请求测试

      本文链接:https://www.haomeiwen.com/subject/yealmctx.html