Unable to launch HTML5 sessions via gateway when using Secure Storefront IIS

Unable to launch HTML5 sessions via gateway when using Secure Storefront IIS

book

Article ID: CTX583000

calendar_today

Updated On:

Description

Unable to launch a published desktop session using Citrix Workspace app for HTML5 when connection is via NetScaler.
Desktop launches fine when not going through HTML5.
When launching directly from Storefront, bypassing netscaler, HTML5 session launches without any issues.

When launching HTML5 session through Citrix Gateway, session will start and users will receive a black screen with "connection interrupted'  error message.
 

Resolution

After checking the firewall / proxy, the .wasm file needed for HTML5 sessions was being blocked. 
In the network logs, we could the see the below URL being blocked: 

https://gatewaydomainname/Citrix/SRIAWeb/clients/HTML5Client/ThirdPartyLibrary/WASM/sampleWASM.wasm 

Note: gatewaydomainname will be the name of your gateway.

Once the .wasm file was permitted to the file extensions list for secure IIS configuration on the storefront server as per our documentation, published desktops could then be launched via gateway.

 


Problem Cause

When secure Storefront IIS is configured as per docs - https://docs.citrix.com/en-us/storefront/2203-ltsr/install-standard/secure.html
You will also need to include the .wasm file under file extensions. 
If this is not added, then sessions will not launch.