Questions tagged [guacamole]
2 questions
1
vote
0 answers
Why is xrdp not using my self-signed certificate?
I created a self-signed TLS certificate to use for RDP sessions from guacamole to a Rocky Linux virtual machine.
While checking if the TLS certificate is in use on the target host I ran openssl s_client -connect localhost:3389 . to see if the key…
mr.zog
- 981
- 4
- 22
- 46
0
votes
0 answers
Guacamole AD user not displaying connections
I was able to get Guacamole LDAP to work with our AD server but when users login there is no connections such as RDP.
My Docker compose file section:
guacamole:
depends_on:
- db
- guacd
container_name: guacamole_guacamole
image:…