gpt4 book ai didi

Azure Web App-无法建立 SSL/TLS 安全通道的信任关系

转载 作者:行者123 更新时间:2023-12-01 01:47:44 26 4
gpt4 key购买 nike

我在 Azure 中的同一 Web 应用程序上运行 Web 作业和 Web API。 Web 作业通过 Https 访问 Web API。但在尝试访问 Web API 时会抛出以下错误:

An error occurred while sending the request. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

最佳答案

将以下内容添加到您的代码中,这会将您的运行时设置为接受 SSL/TLS 连接。

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;

关于Azure Web App-无法建立 SSL/TLS 安全通道的信任关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47417861/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com