scottpage / node-red-contrib-signalrcore

ASP.NET Core 3.0 SignalR In and Out nodes
Apache License 2.0
3 stars 4 forks source link

Error: Failed to complete negotiation with #1

Open DedieuSigma opened 4 years ago

DedieuSigma commented 4 years ago

Hi, I can't connect with my hub, i use the url "https://localhost:44381/MachineHub" in the node parameter. this url work in my wiew "razor" 👍 var connection = new signalR.HubConnectionBuilder().withUrl("https://localhost:44381/MachineHub").configureLogging(signalR.LogLevel.Information).build();

Do you have a solution, please?

Thank you

scottpage commented 4 years ago

I'll look into it. My apologies for the late response, my job is in overdrive with the recent pandemic stuff going on.

I have time now, so I'll take a look and get back with you ASAP.

scottpage commented 4 years ago

Just to clarify, you're unable to connect to https://localhost:44381/MachineHub through this node, but if you connect to that hub using razor (or probably any other front-end) it works. Is that correct?

scottpage commented 4 years ago

FYI, I'm rewriting this node since I know it's lacking in quite a few areas. I'm far more knowledgeable about node-red, and custom nodes, than i was several months ago. I need this node for my stuff too, so I'll be focusing on it a lot more.