Skip to content
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

fix: use /sec:tls in all RDP commands. #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

teppyboy
Copy link

Basically, if you use xfreerdp without the argument, the application will just raise error ERRCONNECT_LOGON_FAILURE, and according to FreeRDP/FreeRDP#5972 (specifically this comment), we need to disable Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended) in Windows (where we have cassowary server) and use /sec:tls for the connection to work. This commit adds /sec:tls to all RDP commands.

Basically, if you use xfreerdp without it, the application will just raise error ERRCONNECT_LOGON_FAILURE, and according to FreeRDP/FreeRDP#5972#issuecomment-674729392, we need to disable Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended) and use /sec:tls for the connection to work. This commit add /sec:tls to all RDP commands.
@teppyboy
Copy link
Author

Another thing worth mentioning is that if you merge this PR, you should update the instruction for Windows VM and tell users to disable Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended) in Remote Desktop settings.

@AkechiShiro
Copy link

Why was this PR not merged is there any issue with it @casualsnek ?

@teppyboy
Copy link
Author

Why was this PR not merged is there any issue with it @casualsnek ?

I bet that this project is dead, it was last updated 2 years ago 💀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants