美文网首页
Postman请求调试不通问题

Postman请求调试不通问题

作者: Superman168 | 来源:发表于2022-12-07 17:20 被阅读0次

用Postman测试后台接口死活不通,报错如下:

Error: Hostname/IP does not match certificate's altnames: Host: xxx.xxx.com.cn. is not in the cert's altnames: DNS:*.xxxx.cn, DNS:bfda.cn

翻译:
错误:主机名/IP 与证书的替代名称不匹配:主机:xxx.xxx.com.cn。 不在证书的替代名称中:DNS:*.bfda.cn, DNS:bfda.cn

原来是证书的问题,https证书无效的,设置忽略https证书即可,

image.png

取消系统代理

image.png

还有<title>400 Bad Request</title>设置的问题:

image.png

把这些默认的勾选上,就OK了。

相关文章

网友评论

      本文标题:Postman请求调试不通问题

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