VMware View Client Connection Issues

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications VMware View Client Connection Issues
# 1  
Old 09-14-2012
VMware View Client Connection Issues

I installed the VMware View Client for Linux in Ubuntu and whenever I try and connect I recieve:

PHP Code:
Untrusted View Connection:

Failed to connect to the View Connection ServerThe server provided an invalid certificate.

The certificate authority is invalid or incorrect
Having access to my esxi 5 server I able to pulled the rui.crt and the rui.key like what was suggested in the documentation:

PHP Code:
"NOTE For instructions on distributing a self-signed root certificate that users can install on their Linux client
systems, see the Ubuntu documentation.
View Client uses the PEM-formatted certificates stored in the /etc/ssl/certs directory on the client system.
For instructions on importing a root certificate stored in this location, see the procedure called "
Importing a
Certificate into the System
-Wide Certificate Authority Database" in the document at
https://help.ubuntu.com/community/OpenSSL." 
These are the steps that I did to attempt to import the root certificates and etc.

PHP Code:
-  Created a directory under /usr/share/ca-certificates/ , called 192.168.1.8

-  Added the two certificatesrui.key and rui.crt

Added my paths to /etc/ca-certificates.conf

192.168.1.8
/rui.crt

-  Update the CA certificates database

sudo update
-ca-certificates 
then when I reattempted to connect to my esxi server using VMware View Client, I get the same message. I even changed under preferences:

Do not verify server identity certificates and then I get a HTTP error 400

Any Ideas?
# 2  
Old 02-05-2013
oops,

It looks like I posted this before without any replies.

https://www.unix.com/unix-linux-appli...on-issues.html
# 3  
Old 02-05-2013
Duplicate question
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

VMware View Client

We have several ESXI 5.0 servers in our environment and am really tired of firing up my windows 7 VM and using Vsphere client to be able to see the "VM's". I looked into using VMware View Client for linux and have never been able to get it to work. When I connect, I get: Untrust View Connection:... (0 Replies)
Discussion started by: metallica1973
0 Replies

2. UNIX for Advanced & Expert Users

VMWare,XFS and iSCSI issues!

I have a RHEL6 VM that requires the use of remote storage using iSCSI and XFS for the mount point. Here's the issue: With XFS you can't use the _netdev option for your mount point (pause for network) so my mount point doesn't mount properly because the network isn't up yet. I've moved the... (3 Replies)
Discussion started by: ksfolsom
3 Replies

3. UNIX for Advanced & Expert Users

lftp connection issues

Hi guys, We are receiving fatal error while trying to use lftp client to connect to an external server using ftps protocol. It seems to connect but when I issue 'ls' command, it fails with below error: $ lftp -u user,pwd ftps://<URL>:990/Submit lftp user@URL:~> ls ls: Fatal error:... (0 Replies)
Discussion started by: nice_chapp
0 Replies

4. Ubuntu

rdesktop single application mode VMware Vsphere Client

I have tried every possibilty that I can think of and cant get rdesktop using single application mode to work. I have tried with paths and without. Testing other apps: rdesktop -u username -p password -d localdomain.local -g 1024x768 -s 'notepad.exe' 10.7.0.14 rdesktop -g 1024x768... (0 Replies)
Discussion started by: metallica1973
0 Replies

5. Red Hat

ssh connection keep disconected , how to find way? in CentOs vmware

Hello i have CentOS installed on vmware , few days ago every thing was working fine. today every time im connect with putty to the CentOs server after few minutes it disconnect me , how can i find what is the reason ? (5 Replies)
Discussion started by: umen
5 Replies

6. Solaris

Solaris10 on vmware - Internet connection failed

Installed Sun Solaris 10 (5/09) on vmware 6.0 but system is not connecting to internet. when I check "ipconfig /all" I do not get any DNS Suffix name -- neither for vmnet1 and vmnet8 nor for local ethernet IP. Default gateways are 192.168.1.1 and 192.168.1.2 1. Created /etc/resolv.conf domain... (1 Reply)
Discussion started by: johnjerry
1 Replies

7. UNIX for Dummies Questions & Answers

IP connection Bash script issues

Hello I need assistance with a bash script that needs to tell me whether in the last "x" days (which is a variable) anyone connected to the xxxx IP (which is another variable). Thank you! (1 Reply)
Discussion started by: Melchiah
1 Replies

8. Solaris

NIS Client issues

Hey All! Today I am getting an error with my NIS client From what I understand, my server is running properly... on my client side.. online 2:01:12 svc:/network/nis/client:default # ps -ef |grep ypbind root 2745 1 0 02:01:12 ? 0:00... (12 Replies)
Discussion started by: Keepcase
12 Replies

9. UNIX for Advanced & Expert Users

Exceed connection issues

I'm trying to use Exceed 7.1 to connect to a Solaris server (T2000, running Solaris 10). What are the settings that should be specified on Solaris to enable this connectivity to happen? I'm getting connection issues. Is there a type of service that needs to be running? If sombody can give a... (1 Reply)
Discussion started by: Sunguy222
1 Replies
Login or Register to Ask a Question