VMware Cloud Community
a_f_rahim
Contributor
Contributor

non-ssl port

how do you open non-ssl port in esx 3.5 and vc 2.5?

the vpxd.cfg file in documents and settings>all users>application data>vmware>vpxd.cfg file seems to be different from the previous versions of vi3?

can anyone help?

thanks in advance

-ahmed

0 Kudos
3 Replies
jjmc
Contributor
Contributor

It was a little difficult to find the answer but here's how.

pages 14-15

To modify the Web proxy service on VirtualCenter Server 2.5 to support HTTP

1 Log in to the VirtualCenter Server system as the Windows Administrator of the machine.

2 Change to the directory containing the proxy.xml file:

c:\Documents and Settings\AllUsers\Application Data\VMware VirtualCenter

3 Use a text editor to open the proxy.xml file.

4 Find the section of the file associated with the /sdk.

5 Change the accessMode to httpAndHttps.

6 Restart the VirtualCenter Service from a command line or from the Windows Services control panel.

To modify the Web proxy service on ESX Server 3.5 to support HTTP

1 Log in to the service console as the root user.

2 Change directories to /etc/vmware/hostd.

3 Use a text editor to open the proxy.xml file.

4 Navigate to the list of endpoints in the file (identified by the <EndpointList> tag) that contains settings for

the Web service supporting the SDK. The nested tags may look something like this:

...

<e id="1">

<_type>vim.ProxyService.NamedPipeServiceSpec</_type>

<accessMode>httpsWithRedirect</accessMode>

<pipeName>/var/run/vmware/proxy-sdk</pipeName>

<serverNamespace>/sdk</serverNamespace>

</e>

...

5 Change the accessMode to httpAndHttps. Alternatively, to completely disable HTTPS, you can set to

httpOnly.

6 Optionally, change the setting for the MOB as well.

7 Save your settings and close the file.

8 Restart the vmware-hostd process by entering the following command:

service mgmt-vmware restart

Hope that helps.

0 Kudos
Texiwill
Leadership
Leadership

Hello,

Please remember while possible this is NOT recommended.


Best regards,
Edward L. Haletky
VMware Communities User Moderator, VMware vExpert 2009
====
Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education.
Blue Gears and SearchVMware Pro Blogs -- Top Virtualization Security Links -- Virtualization Security Round Table Podcast

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos
jjmc
Contributor
Contributor

Hey Ed.

Thanks. Yes, I'm just doing this in a lab to see what data I can get sitescope to pull.

Thanks!

J.J.

0 Kudos