webssh icon indicating copy to clipboard operation
webssh copied to clipboard

Related to #99 - Closing worker .. with reason: worker recycled

Open HekSahiti opened this issue 4 years ago • 3 comments

I am having this problem with webssh.

I have put this on a docker container. When I run it on a stand alone server it works fine. But when I run it in a k8s cluster I am not able to access it.

On my browser I get: websocket authentication failed.

This is the output from Chrome Devtools console:

Uncaught DOMException: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.

The solutions on #99 did not help me further

HekSahiti avatar Apr 06 '20 12:04 HekSahiti

It is just a monolithic application and does not support for running multiple instances.

huashengdun avatar Apr 06 '20 14:04 huashengdun

But I should be able to run it in just a single instance, right?

HekSahiti avatar Apr 06 '20 15:04 HekSahiti

That is right. Is your websocket proxying properly configured?

huashengdun avatar Apr 07 '20 06:04 huashengdun