-
Notifications
You must be signed in to change notification settings - Fork 24
fix(dgw): enable SSL protocol in RDP proxy #1576
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
base: master
Are you sure you want to change the base?
fix(dgw): enable SSL protocol in RDP proxy #1576
Conversation
|
Marking as draft to avoid merging in your other branch by mistake |
adad097 to
59b9895
Compare
|
@CBenoit, I don't know why the CI failed 😕. All tests are green on my Windows machine. The error message in the CI logs is not clear. I wanted just to re-run the failed job, but I do not have enough permissions to do so |
@TheBestTvarynka I did the re-run. |
|
@CBenoit, I think you can merge this PR now. The CI is green 💚 |
CBenoit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hi,
During the debugging, I faced the following error message when connecting using
mstscex:The error happened right after sending the
erectDomainrequestpacket bymstsc:It turned out that the problem was in the
ConnectionRequestPDU sent from the Devolutions Gateway to the target RDP server. Themstscexpects theConnectionRequestflags to be the same. The connection fails when the proxy alters security protocol flags.That is what I came up with.
I found a very similar problem here: https://serverfault.com/a/720161:
cc @awakecoding