我试图在Linux机器上的NetCore应用程序中使用Service Bus for Windows Server 1.1和Microsoft.Azure.ServiceBus包。
首先,我为Windows Server 1.1配置了一个正常工作的服务总线,它运行良好。
并编写一些示例代码。我的代码运行良好,然后我在测试用例中使用云Azure服务总线,收到/发送的消息很好,没有任何错误。
下一步我为ServiceBus 1.1创建了一个新的SAS授权规则,this way我获得了带访问令牌的服务总线连接字符串。这就是它的样子:
我收到此错误,然后尝试使用新生成的连接字符串:
System.AggregateException: One or more errors occurred.
System.Security.Authentication.AuthenticationException:
The remote certificate is invalid according to the validation procedure.
我该怎么做才能解决这个问题?我在网上找不到任何建议,教程或示例。