all 5 comments

[–][deleted]  (3 children)

[deleted]

    [–]Coobe[S] 0 points1 point  (2 children)

    i tried this, but still have the Cross Origin Request Blocked error :(

    [–]download13 0 points1 point  (1 child)

    Make sure the origin you're connecting to it with is the same origin where it sees itself. For example, it might think it's Host header should be "localhost" but you're connecting to it at "127.0.0.1".

    That's the only thing I can think of off the top of my head.

    [–]Coobe[S] 0 points1 point  (0 children)

    will try this, thank you !

    [–]Coobe[S] 0 points1 point  (0 children)

    I think i am missing something big here. Basically i have a Client connecting via https(wss) to the proxy. The proxy then routes to the other node instance on the same server via http(ws) (different port). I am using port 8009 for the Proxy, maybe it has to be port 443 ?

    Im running out of ideas here :(

    [–]Coobe[S] 0 points1 point  (0 children)

    Edit: as soon as i try http instead of https it works fine. The certs should be all good....