Bad Request This combination of host and port requires TLS.问题
解决方案:接触项目中yml文件或properties文件中配置的ssl证书,就是配置了https要解除
Swagger访问路径:
Swagger :http://localhost:8080/swagger/index.html
在SpringBoot项目中 :http://localhost:8080/swagger-ui.html
Postman关闭效验
Bad Request This combination of host and port requires TLS.问题