Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xfreerdp "/cert-xxxx" options are deprecated and no longer supported in newer xfreerdp versions #115

Closed
jonsito opened this issue Jun 17, 2024 · 1 comment
Assignees

Comments

@jonsito
Copy link

jonsito commented Jun 17, 2024

Hi all.
I'm having some problems with my Fedora 40 xfreerdp version (3.5.1) . In short: received command from uds client to invoke xfreerdp does not work cause /cert-ignore option is issued.
In debian/Ubuntu (xfreerdp 2.10.x ) options /cert-xxxx works, but manual says they are deprecated and must be replaced with /cert:xxxx ( deny,ignore,...)

So to get openuds rdp client working in my Fedora Desktop I had to patch file "server/src/uds/transports/RDP/rdp_file.py" line 112, change "/cert-ignore" to "/cert:ignore" and restart server. Now everything works in either Debian or Fedora latests releases

Not sure if you're already aware of this issue.
Thanks
Juan Antonio

@dkmstr
Copy link
Collaborator

dkmstr commented Jun 17, 2024

Thanks for your support!! :)

We keep as long as we can the "conservative" option, that is, the one that is "oldest" as long as it is supported on recent versions.

If 3.5 does not support it anymore, and 2.1 already supports it, i think it's time to upgrade it to new format :)

Thanks!!

dkmstr added a commit that referenced this issue Jun 17, 2024
@dkmstr dkmstr closed this as completed in 2d2c209 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants