-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with connecting through web browser #159
Comments
The websocket port is 3390, but you need the RDP client in |
I can not start js client following insrtructions. connection refused UPD: client is up but cannot connect to rdpproxy (enable or disable tls in config not help) SSL_REQUIRED_BY_SERVER |
or |
Now i wrote "tls_min_level =0" in [client] section and trying to connect through wss, but server reports a new error "partial http header". |
There seems to be a issue with glyphs. Is it the same with another rdp client? Try adding Normally, with The "partial http header" error occurs when the proxy does not receive or cannot read all http headers at once. It also occurs when it receives more than the headers. While this scenario is possible, it never occurred in our tests and the code was kept simple. This can be checked by adding I don't think this fix takes much effort, but I just remembered another annoying problem I had a long time ago: accessing targets causes allocation problems in the js client (it's wasm) and the connection ends up breaking. I don't think anyone looked. |
I tried this, session started, but stiss is black empty screen (i've made autologon to the target machine in python script abd have no logon window).
In this case I have this log and nothing happens:
|
on a WS dump I see about 4 sent and received packets about 300+ bytes long |
Hello! I'm trying to create rdp connection from browser.
I turned on flags in ini file, but nothing happened:
[websocket]
enable_websocket = 1
use_tls = 1
in browser i print :3389
server reports something like this:
rdpproxy: ERR (39400/39400) -- ◢ In src/transport/socket_transport.cpp:222
rdpproxy: ERR (39400/39400) -- SocketTransport::do_partial_read: Failed to read from socket RDP Client!
rdpproxy: DEBUG (39400/39400) -- Create Error: Exception ERR_TRANSPORT_NO_MORE_DATA no: 1501
rdpproxy: INFO (39400/39400) -- Socket RDP Client (7) : closing connection
or
Front::incoming: RDP handshake timeout reached!
rdpproxy: DEBUG (39942/39942) -- Create Error: Exception ERR_RDP_HANDSHAKE_TIMEOUT no: 8030
The text was updated successfully, but these errors were encountered: