cert authentication work with signalr in a mixed case -
I have a hub
with 2 types of clients, identity cookies and C # clients The browser is called the client with the comment
I can work ethereal but if I need to give an IIS signal to the customer indicator / signal then the browser client encourages the user to prove - good No.
I tried
var str = String.Format ("https: // {0} / cert_signalr", url.Host); M_hub = New HubConnection (str, false);
IIS requires certs on / cert_signalr and adding a rewrite rule of cert_signalr -> signalr It did not work like hubconnection did not pay any attention to specifying the URL
My code worked Does - I did what I did in the wrong web config
& Lt; / Safety & gt; & Lt; /system.webServer> & Lt; / Location & gt;
Comments
Post a Comment