Starting with ESXi 5.5, the VMware vSphere Client cannot run on Windows XP due to some incompatibilities on the cipher used.
You need to modify the rhttpproxy service to reduce the implied security by allowing the host to communicate using weak cipher suites:<config> ... <vmacore> ... <ssl> <doVersionCheck> false </doVersionCheck> <useCompression>true</useCompression> <libraryPath>/lib/</libraryPath> <handshakeTimeoutMs>120000</handshakeTimeoutMs> <cipherList>ALL</cipherList> </ssl> ... </vmacore> ... </config>
/etc/init.d/rhttpproxy restart