Hello.
I have an mvc controller that proxies requests to port 4433. Everything works well until it connects to the virtual machine. There are no errors in the browser console. It only goes to the wssh log:
[I 240521 12:45:50 handler:452] Connecting to 192.168.2.122:22
[I 240521 12:45:50 transport:1909] Connected (version 2.0, client OpenSSH_7.4)
[I 240521 12:45:50 handler:86] Trying password authentication
[I 240521 12:45:50 transport:1909] Authentication (password) successful!
[I 240521 12:45:52 web:2348] 200 POST / (::1) 1561.80ms
[I 240521 12:45:52 web:2348] 101 GET /ws?Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw (::1) 1.25ms
[I 240521 12:45:52 handler:537] Connected from ::1:58433
[I 240521 12:45:52 handler:597] Disconnected from ::1:58433
[W 240521 12:45:58 worker:34] Recycling worker Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw
[I 240521 12:45:58 worker:125] Closing worker Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw with reason: worker recycled
[I 240521 12:45:58 worker:133] Connection to 192.168.2.122:22 lost
[I 240521 12:45:58 worker:36] Worker Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw successfully recycled.
Hello. I have an mvc controller that proxies requests to port 4433. Everything works well until it connects to the virtual machine. There are no errors in the browser console. It only goes to the wssh log: [I 240521 12:45:50 handler:452] Connecting to 192.168.2.122:22 [I 240521 12:45:50 transport:1909] Connected (version 2.0, client OpenSSH_7.4) [I 240521 12:45:50 handler:86] Trying password authentication [I 240521 12:45:50 transport:1909] Authentication (password) successful! [I 240521 12:45:52 web:2348] 200 POST / (::1) 1561.80ms [I 240521 12:45:52 web:2348] 101 GET /ws?Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw (::1) 1.25ms [I 240521 12:45:52 handler:537] Connected from ::1:58433 [I 240521 12:45:52 handler:597] Disconnected from ::1:58433 [W 240521 12:45:58 worker:34] Recycling worker Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw [I 240521 12:45:58 worker:125] Closing worker Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw with reason: worker recycled [I 240521 12:45:58 worker:133] Connection to 192.168.2.122:22 lost [I 240521 12:45:58 worker:36] Worker Smj8xmSPqcNPXcZgHECT4LnszQy-t2EqUAFwvnqqcYw successfully recycled.