I always get error 400
the protocol is rdp and i use https://github.com/oxplot/tcp2ws to convert it back to tcp nginx/1.22.1
did you set Sec-WebSocket-Key?
did you set Sec-WebSocket-Key?
this is not mentioneed anywhere so no
https://datatracker.ietf.org/doc/html/rfc6455#section-11.3.1
This is ws protocol defined in rfc Please check if your client is compatible with rfc
https://datatracker.ietf.org/doc/html/rfc6455#section-11.3.1
This is ws protocol defined in rfc Please check if your client is compatible with rfc
https://github.com/oxplot/tcp2ws/issues/3#issuecomment-3635190989
could you please share your config and minimal repro steps? i can see where is wrong
could you please share your config and minimal repro steps? i can see where is wrong
its literally just
location /test {
websockify_pass x.x.x.x:3389;
}