Citrix Workspace app for Chrome supports high DPI client scaling for app sessions on a single monitor. Earlier versions of Citrix Workspace app for Chrome allowed the operating system to control the resolution of desktop sessions only. For more information, see DPI scaling. Citrix Workspace App 1906 for HTML5 Support for DPI scaling. When using HTML5, your computer does not need to have Citrix Workspace App client installed. HTML5 client does not need anything installed to your computer other than an HTML5 compatible browser. Latest versions of almost all major browsers are HTML 5 compliant. CitrixWorkspaceappforHTML5 Contents Aboutthisrelease 3 Prerequisitesforinstalling 20 Install 22 GetStarted 32 Configure 33 SDKandAPI 55 ©1999-2021CitrixSystems,Inc.Allrightsreserved. Citrix Workspace app for HTML5 is hosted on StoreFront servers and enables users to access virtual desktops and hosted applications from a web browser. Resources delivered by Citrix Virtual Apps and Desktops are aggregated in a StoreFront store and made available through a Citrix Receiver for Web site.
- Citrix Workspace Use Html5
- Citrix Workspace App For Html5 1907
- Citrix Workspace App For Html5 Limitations
- Citrix Workspace App For Html5 Copy Paste
- Download Citrix App For Windows
Accessing published desktop via Workspace app for HTML5 through Mozilla Firefox
Solution
- Citrix fixed this issue in Workspace App 2004 for HTML5
- Find fixed issue, '[RFHTMCRM-3116]', in the following Document: https://docs.citrix.com/en-us/citrix-workspace-app-for-html5/about.html#fixed-issues
- Use different browser for temporary workaround
- Download latest version of Citrix Workspace app for HTML5 to apply fix: https://www.citrix.com/downloads/workspace-app/html5.html
Problem Cause
Citrix Workspace HTML5 does not process the open bracket keyboard key input in Mozilla Firefox browser.
Applicable Products
- Citrix Workspace App
Symptoms or Error
This article is intended for Citrix administrators and technical teams only.
Non-admin users must contact their company’s Help Desk/IT support team and can refer to CTX297149 for more information.
When using StoreFront with or without Workspace App for HTML5 through an HTTPS URL, applications and desktops cannot be started. The following error message is displayed:
“Cannot create a secure connection in this browser. Refer to the Citrix Knowledge Center article CTX134123.”
Solution
Recommended Solution(s) for All Browsers
Citrix Workspace App For Html5 1907
Connect via Citrix Gateway even for internal connections. This would ensure connections work fine regardless of Virtual Apps or Desktops versions.
Deploying SSL/TLS for each Virtual Delivery Agent (VDA) for direct connections. Workspace App for HTML5 supports secure direct SSL/TLS connections with XenApp/XenDesktop 7.6
Read the following articles from the Citrix Blog for more information:
Mozilla Firefox
There is a possible workaround for Mozilla Firefox browser.
Note: This workaround has security implications; consult the security specialist of your organization to consider the following configuration.
Enforce secure communications between Workspace App for HTML5 and applications or desktops (for example, using IPSec).
Use Mozilla Firefox only for Citrix Receiver for HTML5 (not for general website use).
Enforce a secure configuration for Firefox.
Enable the Firefox network.websocket.allowInsecureFromHTTPS option.
Open a new tab in the Firefox browser.
Type about:config in the address bar.
Double-click network.websocket.allowInsecureFromHTTPS and set the value to true.
Note: This Firefox option might not be supported in Citrix Receiver for HTML5 future versions.
WARNING! This option on Firefox affects the operation of entire Firefox, not just Citrix Receiver for HTML5.
Important Note
As of version 9, Safari browser allows insecure web socket connections. Internet Explorer never allowed non SSL/TLS web socket connections from HTTPS websites. Chrome used to allow it behind a flag, but after the Chrome 44 update, this is no longer supported. Firefox allows it behind a flag (as explained earlier in this article), but it is not recommended. Going forward, only secure (SSL/TLS) web socket connections can be made from Receiver for HTML5.
Problem Cause
When Workspace App for HTML5 is hosted on a https site (default and recommended), non SSL/TLS websocket connections are prohibited by browsers.
In explaining the technical reason behind this it is important to understand the following two principles:
1. As opposed to existing as a separate process, Citrix Workspace App for HTML5 operates within the frame and process space of the browser itself. As such the browser has the ability to enforce certain security parameters.
Citrix Workspace App For Html5 Limitations
2. Additionally, when any Workspace App for Windows makes a connection to a VDA for either a published desktop or app, the underlying connection is made to the VDA and not the Storefront server as any kind of intermediate proxy.
This second point is less obvious in the case of Citrix Workspace App for HTML5 because the published desktop or application displays within the browser frame and “appears” to be connected via the Storefront server. Despite this appearance though, the underlying TCP/UDP connection is still between the client and the VDA. If the Storefront base URL is SSL enabled (where it begins with https as is best practice) and the VDA is not SSL enabled (which it is not by default) the browser in this case will prevent the connection due to what it sees as an underlying inconsistency. The inconsistency is that while the URL shown in the browser frame is prefixed with https, the actual underlying connection is not https even though it is not obvious to the user.
There are two solutions for this.
Solution 1 is to enable SSL on the VDA using the following guide:
This will ensure that the connection path is SSL enabled between the internal client and the VDA.
Solution 2