【问题标题】:I want spring boot application which accepts https request and send this request to other app on http and send this http response back to https req我想要接受 https 请求并将此请求发送到 http 上的其他应用程序并将此 http 响应发送回 https req 的 Spring Boot 应用程序
【发布时间】:2021-08-10 04:57:15
【问题描述】:

我尝试并能够读取成功发送请求的 CA 证书。但是,当通过 http 向其他应用程序发送请求时,出现错误为 "This combination of host and port required TLS" 。有什么方法可以将请求发送到 http 并在收到响应时将此响应发送回 https 请求。

【问题讨论】:

    标签: java spring https mtls


    【解决方案1】:

    您需要在您发送请求的服务器上启用 http。

    【讨论】:

      猜你喜欢
      • 2015-06-10
      • 1970-01-01
      • 2023-03-11
      • 1970-01-01
      • 1970-01-01
      • 2013-09-29
      • 2016-04-26
      • 1970-01-01
      • 2011-12-21
      相关资源
      最近更新 更多