【发布时间】:2020-12-16 21:55:12
【问题描述】:
我有一个带有 Stack General 设置 ASP.NET v4.7 的 Azure 应用服务。但是,在 web.config 目标运行时版本是 4.5.1。
我有另一个托管 Linux 容器的 Azure 应用服务。
第一个设置为使用 TLS 1.2。 我正在从 .NET App(第一个)向 Linux 容器(第二个)发起请求。 第二个,Linux 容器设置为使用 TLS 1.2 请求失败,但设置为 TLS 1.0 请求处理成功。
有人遇到过这个问题吗?
【问题讨论】:
-
如果您也可以发布异常,这样我们就可以深入了解这里的“失败”是什么。
-
the underlying connection was closed: an unexpected error occurred on a send收到此异常。
标签: azure azure-web-app-service azure-appservice