postman 请求接口返回 Bad Request This combination of host and port requires TLS.
接手一个新项目,下载下来之后,启动一切正常但是访问一直报错,于是在网上查找解决方案,开始说是http改为https
结果postman直接报错了(下图),提示:SSL错误:主机名/IP与证书的别名不匹配
当时没有注意,其实只要点击一下这个红字就自动把ssl证书验证关了。
后来又百度说找到设置里关了ssl验证才解决。
一、问题复现
请求接口
http://127.0.0.1:8080/wys/user/username
调用接口返回
Bad Request
This combination of host and port requires TLS.
或者项目中出现
ERROR RUNNING SOCKET PROCESSOR
需要检查两个地方:
二、接口请求http改为https
https://127.0.0.1:8080/wys/user/username
三、postman修改设置
1.打开postman右上角找到settings
2.setting里左上角General里,找到关闭ssl证书验证。
文章来源:https://www.toymoban.com/news/detail-512971.html
OK文章来源地址https://www.toymoban.com/news/detail-512971.html
到了这里,关于postman 请求接口返回 Bad Request This combination of host and port requires TLS.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!