Remmina connection issue to Windows Server 2012R2 after Windows Update

10,830

Solution 1

The issue is the certificate was changed on the server as a result of the update, but Remmina did not prompt to update the certificate. Navigate to the .freerdp folder and edit known_hosts file. The entry for the target machine needs to be removed. Upon the next connection attempt you will be prompted to accept the new certificate and will be able to connect to the server after accepting the certificate.

Solution 2

Run 'remmina' from commandline to watch output and deduce the root cause.

I was able to solve by:

  1. Deleting my windows self-signed certificate and rebooting so that it would re-create a new one. (mmc.exe>file>add snap-in>certificates>computer account>local computer then Certificates>Remote Desktop>certificates: delete the existing cert)

  2. Then remove the known certificate for remmina/xfreerdp:

  • purge or modify ~/.config/freerdp/known_hosts2
  • purge or modify ~/.freerdp/known_hosts
  • (depending on remmina/distribution versions)
Share:
10,830

Related videos on Youtube

cprofitt
Author by

cprofitt

I am a Information Technology professional currently working as a lead infrastructure systems architect. I am currently a member of the Ubuntu community Council and an Open Source Advocate.

Updated on September 18, 2022

Comments

  • cprofitt
    cprofitt over 1 year

    I am using Ubuntu 14.04 and Remmina to connect to a Windows Server 2012R2 computer. I am being prompted for my password and put it in successfully, but fail to login to the server. I was able to connect prior to a set of Windows updates. What can I do to resolve the issue and connect to the server?

  • AWippler
    AWippler over 9 years
    I also had to re-create the entry in remmina