I have a singalr self hosted server which has enable cross domain, enable javascript proxies and I have a javascript no proxy client with jquery.support.cors =true. My client is hosted in SSL and my server is not. My javascript clients works fine in latest chrome and mozilla except IE 10.
Yes I do have ramfar enabled, I also have access-control-allow-origin set in my webconfig file I am not sure what is going on
IE just gives me SignalR: Error during negotiation request: undefined Any help would be appreciated.
Update: If this helps, when shutting down Https on my client it works in IE 10 too, so some how SSL on IE 10 does not allow singalr to connect via proxy..
Thanks.