Previous Topic: Configure HTTP Communication Protocol on ESX Server 4.0 SystemsNext Topic: Configure HTTP Communication Protocol on ESXi Server 5.1 Systems


Configure HTTP Communication Protocol on vCenter Server 5.1 Systems

By default, the backup proxy system and the vCenter Server systems communicate using HTTPS protocol. To specify an alternative protocol, you can configure the backup proxy system and the ESX Server system to communicate using HTTP protocol.

Follow these steps:

  1. Log in to the vCenter Server system and open the following file using a text editor:
    C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\proxy.xml";
    
  2. Find the list of endpoints that contain the settings for the web service supported by the SDK.

    Note: You can identify endpoints by the <EndpointList> tag.

    The nested tags appear as follows:

    <e id="5"> 
    <_type>vim.ProxyService.LocalServiceSpec</_type> 
    <accessMode>httpsWithRedirect</accessMode> 
    <port>8085</port> 
    <serverNamespace>/sdk</serverNamespace> 
    </e> 
    
  3. Change the accessMode to the following:
    httpAndHttps 
    
  4. Save and Close proxy.xml.
  5. Restart the vCenter Service from the command line or from the Windows Services control panel.