.net core 6 托管在 apache RHEL 中 - 无法将 api 与 https 连接

问题描述 投票:0回答:0

我在 RHEL 的 apache 上托管了 .net core 6 web 应用程序。我使用了通配符证书。我可以使用适当的证书从浏览器浏览。问题是:我的应用程序使用 https 使用 API,使用时出现 tls/ssl 连接错误。我将日志存储在数据库中,我发现在内部我找到了 http://[domain] 而不是 https://[mydomain]。

请帮忙解决问题

我在记录访问的页面时尝试期望:https://[mydomain]/DashBoard/Index 而不是 http://[mydomain]/DashBoard/Index。

在内部我得到 http 这就是为什么不能使用任何 https API,从浏览器我可以看到证书。

apache ssl .net-core https
© www.soinside.com 2019 - 2024. All rights reserved.