bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
732 stars 117 forks source link

Is it works? #9

Closed endofreal closed 2 years ago

endofreal commented 3 years ago

I've tried to use example from dev/docker directory, but connection hangs up o initialization of remote connection. In container log I see next message repeated some times:

2020/11/02 14:32:05 Client handshakeRequest from 10.65.11.25
2020/11/02 14:32:05 major: 1, minor: 0, version: 0, ext auth: 2
2020/11/02 14:32:05 Cannot read message from stream websocket: close 1000 (normal)

This message I also see when deploy in k8s cluster.