
DamienB.89201 (Customer) asked a question.
I'm having issues gettin RDP to work on my Mac (using RoyalTSX) or my Windows workstation. With the AD-joined machines i get the error "No valid user access methods for this server." and with the agent-based connection I get RDP Handshake failed: rpc error: code = Unimplemented desc = support for RDP not available". I can directly RDP into these servers just fine. I assume there is some configuration that i'm missing. Any assistance would be appreciated!

I was able to get it working with the help of support. The issue was the yaml file on the gateway. It was missing a space where it defined the RDP attributes. Here's a sample of the config that works:
RDP:
Enabled: True
#DangerouslyIgnoreServerCertificates: True
TrustedCAsDir: /etc/sft/trusted-rdp-certs
VerboseLogging: True