You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: