Article 6KZ51 RDesktop TLS handshake failed after GnuTLS updgrade.

RDesktop TLS handshake failed after GnuTLS updgrade.

by
bortolotto
from LinuxQuestions.org on (#6KZ51)
Today after slackpkg upgrade-all
A RDesktop connection that I do daily to work on a notebook but using my desktop stopped to work.

Code:diniz@darkstar:~$ rdesktop -v -k pt-br -a 32 -r sound:local -d **domain** -u "**domain**\**user**" 192.168.15.111
is_wm_active(): WM name: KWin
Connecting to server using SSL...
Core(warning): Certificate received from server is NOT trusted by this system, an exception has been added by the user to trust this specific certificate.
Core(error): tcp_tls_connect(), TLS handshake failed. GnuTLS error: The encryption algorithm is not supported.
Failed to connect using SSL, trying with plain RDP.
Failed to connect, SSL required by server.I reinstalled version 3.8.4 ...
Code:Upgrading gnutls-3.8.5-x86_64-1 package using mirror/slackware64-cumulative/slackware64/n/gnutls-3.8.4-x86_64-1.txzand worked.

Code:diniz@darkstar:~$ rdesktop -v -k pt-br -a 32 -r sound:local -d **domain** -u "**domain**\**user**" 192.168.15.111
is_wm_active(): WM name: KWin
Connecting to server using SSL...
Core(warning): Certificate received from server is NOT trusted by this system, an exception has been added by the user to trust this specific certificate.
TLS Session info: (TLS1.2)-(RSA)-(AES-256-GCM)

Connection established using SSL.
Connection successfulAny idea about what I could be missing?
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments