xmr-node-proxy
xmr-node-proxy copied to clipboard
Cant run SSL version of proxy
trafficstars
Hi I have a trouble with running wss connection to proxy. ssl enabled for the port, but certs generated on install script dont work (i guess coz self signed)
Changed the cert for letsencrypt one, it connects but with
failed: Error during WebSocket handshake: Unexpected response code: 200
Status Code: 200 OK
and there
Content-Length: 18
in responce headers
length looks like this message
let httpResponse = ' 200 OK\nContent-Type: text/plain\nContent-Length: 18\n\nMining Proxy Online';
Any ideas how to fix this?
UPD. same thing with ws connection to non SSL port now im lost no errors in logs