How to solve the error message "Could not get any response" in postman

Table of contents

Postman reports an error

Solution:


In the process of requesting an interface test through postman, sometimes some errors will be reported. When encountering these errors, we should not worry, see where the error is reported, and then solve it

Postman reports an error

Friends who often use postman should have encountered some errors. When encountering errors, we should not worry, so I also encountered postman errors these days.

 

I found an error when requesting, and there was no problem before. What's going on? Let's take a look at the specific information of the error report (English is very special, I found a tool to translate it for everyone)

As you can see, it turned out that the SSL certificate was blocked, which made it impossible to request

没有得到任何回应
连接到https://home.cnblogs.com/qican/时出错。
为什么会这样:
服务器无法发送响应:
确保后端正常工作
自签名SSL证书被阻塞:
通过在设置>通用中关闭“SSL证书验证”来修复这个问题
代理配置不正确
确保在设置>代理中正确配置了代理
请求超时:
更改请求超时设置>一般

Solution:

Since we got the error message through translation, we can enter the settings, and then close the ssl certificate

After we close, after this request, we will find that the request has been successful

Here is a very small example, just to tell my friends that when we encounter errors in the process of interface testing or writing automation, please don’t panic. It is normal to encounter errors. Let’s check the specific errors. Is it caused by our operation error or some other reasons, most of the error reports can be seen through the error message, if we can’t find it, we can check it through Baidu.

 Summarize:

Thanks to everyone who read my article carefully! ! !

I personally sorted out some technical materials I have compiled in my software testing career in the past few years, including: e-books, resume modules, various job templates, interview books, self-study projects, etc. Welcome everyone to click on the business card below to get it for free, don't miss it.

   Python automated testing learning exchange group: a full set of automated testing interview resume learning materials to obtain Click the link to join the group chat [python automated testing exchange]: http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DhOSZDNS -qzT5QKbFQMsfJ7DsrFfKpOF&authKey=eBt%2BF%2FBK81lVLcsLKaFqnvDAVA8IdNsGC7J0YV73w8V%2FJpdbby66r7vJ1rsPIifg&noverify=0&group_code=198408628

 

Guess you like

Origin blog.csdn.net/MXB_1220/article/details/131627793