Postman 调试 HTTPS 接口时去掉证书验证,报错Error: Hostname/IP does not match certificate's altnames: IP: xx.xx.xx.xx is not in the cert's list:


如果机器对外有安全性要求,只能提供 HTTPS,同时还没绑定域名,使用 Postman 进行接口调试时,通过 IP 去访问机器上的服务是会报证书错误的:

GET https://<ip_of_my_server>:443/api/endpoint

Error: Hostname/IP does not match certificate's altnames: IP: <ip_of_my_server> is not in the cert's list:

 在接口的设置界面关闭 Enable SSL certificate verification 选项即可绕开该报错。

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM