1Y0-205 · Question #16
Scenario: A Citrix Administrator is enabling TLS Secure connections between the Cloud Connectors and on-premises StoreFront. After configuring the TLS certificate on all Cloud Connectors and…
The correct answer is C. Configure Cloud Connectors to allow unsecured connections. Option C is correct because the Cloud Connectors were configured to enforce HTTPS-only, but on-premises StoreFront communicates with Cloud Connectors via HTTP by default for XML-based resource enumeration - disabling HTTP broke that internal communication path, and the fix is…
Question
Scenario: A Citrix Administrator is enabling TLS Secure connections between the Cloud Connectors and on-premises StoreFront. After configuring the TLS certificate on all Cloud Connectors and disabling HTTP connections, the administrator finds that no resources are being enumerated. Which extra step does the administrator need to take to allow enumeration to work between on- premises StoreFront and Citrix Cloud?
Options
- AConfigure Internet Information Services (IIS) on the StoreFront server to use HTTPS.
- BChange transport type to HTTPS in the StoreFront store DDC list.
- CConfigure Cloud Connectors to allow unsecured connections.
- DInstall Internet Information Services (IIS) on the Cloud Connector.
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- C83% (24)
- D10% (3)
Explanation
Option C is correct because the Cloud Connectors were configured to enforce HTTPS-only, but on-premises StoreFront communicates with Cloud Connectors via HTTP by default for XML-based resource enumeration - disabling HTTP broke that internal communication path, and the fix is to re-enable unsecured connections on the Cloud Connectors so StoreFront can enumerate resources again. Option A is wrong because configuring IIS on StoreFront for HTTPS affects how end users access the StoreFront web interface, not how StoreFront's backend communicates with Cloud Connectors as DDC proxies. Option B is a plausible distractor, but changing the DDC transport to HTTPS in StoreFront would require additional certificate trust configuration and misaligns with Citrix's intended architecture where StoreFront-to-Cloud Connector XML traffic stays on HTTP within the internal network. Option D is wrong because Cloud Connectors use built-in services for XML communication - IIS is not a prerequisite on Cloud Connectors.
Memory tip: Picture two separate "tunnels" - one tunnel runs outside (Cloud Connector → Citrix Cloud) and must be encrypted with TLS, while the other runs inside (StoreFront → Cloud Connector) and defaults to plain HTTP. Locking down HTTP entirely closes the internal tunnel; you need to re-open it by allowing unsecured connections on the Cloud Connector side.
Topics
Community Discussion
No community discussion yet for this question.