SignalR CryptographicException on AzureWebsites

前端 未结 4 772
梦谈多话
梦谈多话 2021-01-14 07:45

I got this exception with SignalR, deployed in Azure WebSites. It works fine in debug environment. It\'s SignalR 1.0.1 and I use .NET MVC and WebApi

The data         


        
4条回答
  •  甜味超标
    2021-01-14 08:46

    I do not believe Azure Websites are able to communicate with certificates/crypto API. Similar issues occur when trying to call Azure Management API. The user context under which the Sites are running appears to not have enough permissions to do so.

提交回复
热议问题