akallabeth

Results 661 comments of akallabeth

Fixed with https://github.com/FreeRDP/FreeRDP/pull/6786

Sorry, but what exactly are you trying here? (Forcing `/tls-seclevel:5` client side will not enable anything server side) and using `/sec:nla /sec:tls` is invalid syntax, the latter will win (we...

@evazquez00 ok, tried these settings on a windows 10 machine for now (a server 2019 setup I can test later this week) and so far I can connect. Lets check...

@antenore thank you. @evazquez00 the cipher suits seem to (mostly) match so there should be common ground to establish a connection. Can you maybe run a connection attempt with `/log-level:trace`...

@evazquez00 also, could you add the registry keys/policy files here so we can directly import them? The terminology on windows servers is often misleading (as in there are many similar...

@evazquez00 what might be a good idea, just compile and install freerdp without flatpak to exclude that as an error source. e.g. `git clone https://github.com/freerdp/freerdp` `cmake -GNinja -DCMAKE_INSTALL_PREFIX=/tmp/test -Hfreerdp -Bbuild-freerdp...

@evazquez00 currently not, did not manage to reproduce your issue so far and a bit short on time to investigate deeper for the time being.

@evazquez00 could you try a direct install of `FreeRDP` instead of flatpak, just for reference? e.g. `cmake -GNinja -DCMAKE_INSTALL_PREFIX=/tmp/freerdp -Bbuild -Hsrc && cmake --build build --target install` will install to...

@evazquez00 sorry, did miss you used a local install in the last post. As for syntax, you seem to use the wrong one, the examples at https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_cipher_list.html show it should...

@evazquez00 you don´t happen to compile / use versions against OpenSSL 3.0? Have an issue #7797 with gateway in that case. Direct connections work fine though.