sql-server - 弹性查询 - SSL 错误

标签 sql-server azure ssl azure-sql-database

我遇到了此 URL 中提到的相同情况。 See SO question Here .我有一个 Azure VMSql Azure db。从 Sql Azure Db 我正在使用外部表查询 Azure VM Sql 但出现错误:

The underlying error message received was: 'A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)'.

我知道这是 CA 证书错误。但我现在无法购买证书。所以我想知道是否可以使用自签名证书。

我的 Azure VM 中有一个证书。请参见下面的屏幕截图。它会工作吗?我是否也需要在我的 Sql Azure Db 中安装它?

enter image description here

最佳答案

如果您谈论的是 Azure SQL 数据库弹性查询,则它们只能在 Azure SQL 数据库之间创建。您会找到更多信息 here .

现在支持连接到 SQL Azure 数据库的服务器,如图所示 here .

希望这对您有所帮助。

问候,

阿尔贝托·莫里略

关于sql-server - 弹性查询 - SSL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45436644/

相关文章:

php - mysql存储过程出错

sql - 我如何在 sql server 2005 中将行转换为列

sql - 从行值执行表值函数

sql-server - MS SQL Server 2008 链接服务器查询显示 "Invalid Object Name"但仍然有效

azure - 查询Azure APIM诊断日志

Azure API 应用程序添加了额外的 Access-Control-Allow-Origin header

Azure 开发运营 : How to retrieve a build artifact from build Azure Pipeline from a PowerShell Script in Release Pipeline?

ssl - 简单的 Akka ssl 加密

apache - 如何为网上商店的结帐链接强制使用 SSL

apache - 希望非 www 解析为网站的 www 版本,但最近更改为 ssl 并且对添加到 .htaccess 文件的代码感到困惑