如何使用Microsoft.Azure.ServiceBus的Windows Server 1.1 Service Bus

时间:2018-01-09 10:00:59

标签: .net azure azureservicebus servicebus .net-standard-2.0

我试图在Linux机器上的NetCore应用程序中使用Service Bus for Windows Server 1.1和Microsoft.Azure.ServiceBus包。

首先,我为Windows Server 1.1配置了一个正常工作的服务总线,它运行良好。

然后在客户端我安装了这个NuGet包: enter image description here

并编写一些示例代码。我的代码运行良好,然后我在测试用例中使用云Azure服务总线,收到/发送的消息很好,没有任何错误。

下一步我为ServiceBus 1.1创建了一个新的SAS授权规则,this way我获得了带访问令牌的服务总线连接字符串。这就是它的样子:

enter image description here

我收到此错误,然后尝试使用新生成的连接字符串:

System.AggregateException: One or more errors occurred. 
System.Security.Authentication.AuthenticationException: 
The remote certificate is invalid according to the validation procedure.

我该怎么做才能解决这个问题?我在网上找不到任何建议,教程或示例。

0 个答案:

没有答案