-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Connection failure when using mstsc to connect to xrdp through freerdp-proxy version 3.x.x #3256
Comments
As @akallabeth remarked in FreeRDP/FreeRDP#10667 (which this is linked to), there's no configuration here. Can you add detail to both requests as to how you have configured the proxy, and any proxy logs please? From the little I can see, there's a mismatch between the number of channels on the xrdp and proxy ends of the connection. This message :-
while admittedly rather cryptic tells us that xrdp is expecting a channel join request (14), but instead is getting a send data request. |
Sorry for not providing the config file the first time.
The following is the configuration file of 3.6.0 freerdp-proxy
The following is the log file of 3.6.0 freerdp-proxy
|
Thanks - that's useful. |
I see that @akallabeth has given you a workaround @StudyAndGrow using the xfreerdp client. From my perspective I'm unable to reproduce this as described, which may be down to your Windows client configuration. |
Could it be that Xrdp doesn't support the "skip channel joins" flag ? |
Thanks for that@hardening - I'd not come across that one before, and it's possible it's related to the issue. You're referring to the The relevant section of [MS-RDPBCGR] is 3.2.5.3.8, and the relevant paragraph is this;-
So a proper answer to your question would be that xrdp doesn't support the 'skip channel joins' flag, but it shouldn't need to. Since there's a proxy involved here, it's possible that there's a mismatch in this area between xrdp and the eventual client. I'll need to reproduce this to be sure (which I'm happy to do), but I'll need more input from @StudyAndGrow. I can see no reason however not to add support for this flag to xrdp. |
@matt335672 most likely a configuration error on the submitter side. |
Thanks @akallabeth If I get no more information from the OP within a few days I'll close this one too. |
xrdp version
0.10.1
Detailed xrdp version, build options
Operating system & version
oraclelinux:9
Installation method
dnf / apt / zypper / pkg / etc
Which backend do you use?
Xvnc
What desktop environment do you use?
No response
Environment xrdp running on
No response
What's your client?
freerdp-proxy
Area(s) with issue?
No response
Steps to reproduce
Connection failure when using mstsc to connect to xrdp through freerdp-proxy version 3.x.x
The xrdp log is as follows:
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: