VMware and SSL Settings: How to Stay Safe
Proper use of Secure Socket Layer security is a mystery even to many virtual server administrators, but it seems to be mysterious even to the developers who build it into their products-whether they know it or not.
View full article »Build your tech library with our book giveaways.
Windows PowerShell 2.0 Unleashed
By Tyson Kopczynski, Pete Handley, Marco Shaw; Published by Sams
Windows PowerShell Unleashed will not only give you deep mastery over PowerShell but also a greater understanding of the features being introduced in PowerShell 2.0–and show you how to use it to solve your challenges in your production environment. Enter now!

Ubuntu Server Administration
By Michael Jang; Published by McGraw-Hill Osborne Media
Realize a dynamic, stable, and secure Ubuntu Server environment with expert guidance, tips, and techniques from a Linux professional. Ubuntu Server Administration covers every facet of system management -- from users and file systems to performance tuning and troubleshooting. Enter now!









[Disclaimer: I am an
[Disclaimer: I am an employee at VMware but opinions expressed here are my own and do not necessarily reflect those of my employer.]I'm a developer at VMware. Here's my attempt to clarify exactly how we use SSL.
All network communication with the VMware APIs/interfaces in VI3 (ESX 3.0, 3.5, VC 2.0, 2.5 etc. as well as Server 2.0) is SSL encrypted. This includes all SDK and management agent communication with VirtualCenter and the Virtual Infrastructure client, which uses SOAP over HTTPS. It also includes direct communication between a browser and the ESX host, *and* remote display and remote device connections initiated by remote clients.
The only exception to this are management connections initiated from the same machine over the loopback interface, which are allowed to use unencrypted SOAP over HTTP rather than HTTPS.