scottpage/node-red-contrib-signalrcore

Error: Failed to complete negotiation with

Opened this issue ยท 3 comments

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

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.

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?

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.