【发布时间】:2020-09-09 19:52:51
【问题描述】:
我正在尝试将 .NET Core 应用程序部署到连接到 RavenDB 的 Azure,在本地没有问题,因为它需要安装和读取证书在连接初始化的时候,问题是当它在云端时,它显示了这个错误:
The SSL connection could not be established, see inner exception. -> The credentials supplied to the
package were not recognized (The SSL connection could not be established, see inner exception.
我找不到解决方法,我在生产版本中包含证书,还从应用服务 Azure 控制面板安装证书。我真的很想知道如何解决这个问题,我在其他地方搜索时没有找到解决方案
【问题讨论】:
-
可以分享一段读取证书的代码吗?
标签: c# asp.net asp.net-core ravendb azure-web-app-service