Friday, January 1, 2016

VMware View 6 client (VMware Horzion View 3.4.0 client) – Disable the certificate warning and checking as a workaround of the login failure due to the SSL Certificate is expired.

Problem:

The VMware Security Server SSL certificate expired. It cause the View client did not able to connect the VDI farm.

image

Error message:

image

 

There are three different type of solution:

  • Replace the self-signed certificates with other that are signed by an official public CA (or at least by the internal CA).
  • Renew the self-signed certificates
  • Disable this check.

There are several reasons we cannot renew or replace the expired certificate, so we go for the workaround solution to disable the checking.

To disable the checking on the View Client

1. Close the View Client

2. Go to HKLM\SOFTWARE\VMware, Inc.\VMware VDM\Client\Security and add the key “CertCheckMode” (DWORD) and value “0”

clip_image002

(By command: reg add "HKEY_LOCAL_MACHINE\Software\VMware, Inc.\VMware VDM\Client\Security" /v CertCheckMode /t reg_dword /d 0 /f)

Reference:

http://vinfrastructure.it/2011/12/vmware-view-5-disable-the-certificate-warning/

http://www.itninja.com/software/vmware/view-client-1/5-1201

http://www.failuretocomply.com/2014/06/quick-n-dirty-view-client-certificate.html Print Friendly and PDF
Share/Bookmark

A RDP client (Remmina) on Elementary OS 3.2 - Support Windows Server 2008 or above and also support network level authentication

1. Install PPA

sudo apt-add-repository ppa:freerdp-team/freerdp

Screenshot from 2015-12-29 12_13_47

2. Install FreeRDP

sudo apt-get install freerdp

Screenshot from 2015-12-29 12_14_21

3. Install the Remmina via Software Center and then select changing the security field to "NLA"

 

Screenshot from 2015-12-29 12_24_53

 

Reference:

http://askubuntu.com/questions/86148/how-to-connect-to-windows-server-2008-remote-desktop-with-network-level-authenti

https://scivision.co/linux-rdp-nla-network-level-authentication-with-freerdp-and-remmina/

Print Friendly and PDF
Share/Bookmark

Install software on Elementary OS by using Ubuntu Apps Directory - Webpage

Go to https://apps.ubuntu.com/cat/ to search software you want to install, once you click on "available on the Software Centre", it will pop up the software center and allow you to install

image

Print Friendly and PDF
Share/Bookmark

Install software via software center on Elementary OS

1. Go to Software Center, enter the software name and then search.

When you found the software, click "install"

1

2. During the installation, you will find there number (Total number of software being installing)

2

3. When you click on the "Progress", you will find some installation status

3

4. When the installation completed, you will able to find the softwae under "installed" tab and also able to "remove" (Uninstall) via Softwae Center

4

Print Friendly and PDF
Share/Bookmark

Install and Uninstall RDP on Elementary OS

Install RDP:

sudo apt-get install xrdp

image

Uninstall RDP:

sudo apt-get purge xrdp

image

Print Friendly and PDF
Share/Bookmark