美文网首页
Postman调试接口报错

Postman调试接口报错

作者: Superman168 | 来源:发表于2021-10-12 14:17 被阅读0次

    Postman请求调试不通问题

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

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

    翻译:
    错误:主机名/IP 与证书的替代名称不匹配:主机:pmsdev.foton.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/ctwdoltx.html