diff --git a/server/src/uds/transports/RDP/rdp_file.py b/server/src/uds/transports/RDP/rdp_file.py index 4abfcf806..2f92edf34 100644 --- a/server/src/uds/transports/RDP/rdp_file.py +++ b/server/src/uds/transports/RDP/rdp_file.py @@ -109,7 +109,7 @@ class RDPFile: Parameters for xfreerdp >= 1.1.0 with self rdp description Note that server is not added """ - params = ['/t:UDS-Connection', '/cert-ignore'] # , '/sec:rdp'] + params = ['/t:UDS-Connection', '/cert:ignore'] # , '/sec:rdp'] if self.enableClipboard: params.append('/clipboard')