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
After a number of handshake failures, the tunnel opened, but now getting repeated socket hangup responses:
"message": "socket hang up",
"name": "Error",
"stack": "Error: socket hang up\n at connResetException (node:internal/errors:704:14)\n at TLSSocket.socketOnEnd (node:_http_client:505:23)\n at TLSSocket.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
Same operations were working yesterday.
The text was updated successfully, but these errors were encountered:
After a number of handshake failures, the tunnel opened, but now getting repeated socket hangup responses:
"message": "socket hang up",
"name": "Error",
"stack": "Error: socket hang up\n at connResetException (node:internal/errors:704:14)\n at TLSSocket.socketOnEnd (node:_http_client:505:23)\n at TLSSocket.emit (node:events:525:35)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)",
Same operations were working yesterday.
The text was updated successfully, but these errors were encountered: