Change Citrix API Connection Port to 443
- Print
- DarkLight
- PDF
Change Citrix API Connection Port to 443
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
To increase the level of security in your environment, you can change your Citrix OData API connection ports from 80 (HTTP) to 443 (HTTPS). The following article explains how to configure the Real-Time DX Console to make your Citrix API connections work properly with ControlUp.
Prerequisite
To verify that Citrix OData API listens to port 443 (HTTPS), browse to the following URL with your DDC:
https://[My DDC]/Citrix/Monitor/OData/v1/Data/Machines
- If the Citrix OData API does listen to port 443, an XML file opens with all the site machine data, or a page opens where you can query the data.
- If the Citrix OData API doesn't listen to port 443, the page fails to open. This means that the Citrix OData API listens to port 80 and the prerequisite isn't met.
To Change Citrix API Connection Port to 443:
- From the Home ribbon, click Add EUC Environment, and select Citrix Virtual Apps and Desktops from the Solutions / Platforms dropdown. Identity which machine(s) will connect to the API.
- For the Real-Time Console and Data Collector machine(s), use the following registry settings:
Registry Key:HKEY_LOCAL_MACHINE\SOFTWARE\Smart-X\ControlUp\Agent
Value:XenDesktop Data Collection
Data Type:REG_DWORD
Value Data:"EnableOdataOverSSL"=dword:00000001
"ODataPort"=dword:000001bb
- For the ControlUp Monitor machine(s), use the following registry settings:
Registry Key:HKEY_USERS\S-1-5-20\SOFTWARE\Smart-X\ControlUp\Agent
Value:XenDesktop Data Collection
Data Type:REG_DWORD
Value Data:"EnableOdataOverSSL"=dword:00000001
"ODataPort"=dword:000001bb
- Open Services and restart the Console, ControlUp Agent, and Monitor services.
- In the EUC Environment Connection window, verify the Broker Name / IP, select port 80, and click OK.
The connection works properly.
Important!
If you don't select port 80, the connection fails.
Was this article helpful?