Ignore SSL errors with signalR Core Client

前端 未结 2 888
挽巷
挽巷 2021-01-06 10:27

I\'m making an application that involves a website on localhost as a user interface with Asp.net Core and SignalR Core.

My problem is that I get an authentication ex

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-06 11:26

    It seems that the SignalR Core Client is also subject to Https redirection Which is why it wouldn't connect to the http port.

    For my use case, I just had to disable it in Startup.cs

提交回复
热议问题