casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.87k stars 75 forks source link

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

Open teppyboy opened 2 years ago

teppyboy commented 2 years ago

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.

teppyboy commented 2 years ago

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 commented 7 months ago

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

teppyboy commented 7 months ago

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 💀