Pages

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

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

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

Install and Uninstall RDP on Elementary OS

Install RDP:

sudo apt-get install xrdp

image

Uninstall RDP:

sudo apt-get purge xrdp

image