danielguerra69 / ubuntu-xrdp

Docker fully implemented Multi User xrdp with xorgxrdp and pulseaudio on Ubuntu 16.04/18.04
MIT License
251 stars 141 forks source link

wip: generate keys for using tls encrypted rdp sessions #21

Closed fbartels closed 5 years ago

fbartels commented 5 years ago

While playing around with Guacamole I noticed that rdp connections from this image seem to be plain text (this is at least what guacamole is saying, i have not found a real way to confirm this).

As a proof of concept I have extended the startup script to create ssl keys and modify the xrdp.ini with these new keys. but for whatever reason guacamole still says the connection is plain text.

keeping the code here in case someone else has an idea. maybe it'll come to me later as well.