To Debug the Proxy settings, the ServiceWebProxy supports registry settings that enable output of events to the Windows Event Log (Application Log).
-
Create the following registry key on the Server, where you are installing the Citrix Cloud Connector or where you are having connectivity issues between the Citrix Cloud Connector and Citrix Cloud.
“EnableEventLog”=dword:00000001
“EventLogSource”=”Citrix.CloudServices.ServiceWebProxy” TYPE : REG_SZ
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrixCloudServicesServiceWebProxy]
“EnableEventLog”=dword:00000001
“EventLogSource”=”Citrix.CloudServices.ServiceWebProxy” TYPE : REG_SZ
-
Next, from an administrative PowerShell prompt, run the following command:
-
Restart the Citrix Cloud Services on the Connector.
-
For each service started Proxy related messages should be recorded in the Windows Application Logs in Event Viewer.
Note: To disable the additional Proxy logging after completing troubleshooting, change both the “EnableEventLog” values from 1 to 0.