Latest Firefox and Chrome browsers do not support SHA-1 certificate and StoreFront connection fails with error: NET::ERRCERTWEAKSIGNATUREALGORITHM Citrix Receiver for Chrome/HTML5 or Citrix Workspace app for Chrome/HTML5 cannot establish secure connection and session launch will fail. NET::ERRCERTCOMMONNAMEINVALID error. The Configuration Utility is a UI-based configuration web page that helps administrators customize Citrix Workspace app for Chrome and HTML5 for their enterprise. It is also compatible with Citrix Receiver for Chrome and HTML5. How to use Configuration Utility Steps to Create a Configuration. The Citrix Workspace app allows for secure, unified access to all of your SaaS apps, web apps, virtual apps, files, and desktops. If your company uses Citrix, simply login with your company credentials to access all of the resources you need to be productive from anywhere. Citrix Workspace app for Chrome The new Citrix Workspace app (formerly known as Citrix Receiver) provides a great user experience — a secure, contextual, and unified workspace — on any device.
- Citrix Workspace App For Chrome 2003
- Citrix Workspace Chrome Os
- Citrix Workspace App For Chromebook
- Citrix Workspace Chrome App
Type Definitions
connectionParams¶
Configuration options to create the session.
Type¶
- Object
Properties¶
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
connectionParams | Object | Properties
|
Example¶


connectionParams
full example:
eventListener (event)¶
Listener to handle the events.
Parameters¶
Name | Type | Description |
---|---|---|
event | Object | Object as appropriate to the eventType registered. |
Properties¶
Name | Type | Description |
---|---|---|
event.id | String | ID of the session object |
evebt.type | String | Event type triggered |
event.data | Object | Data as appropriate to the event triggered - onConnection - onConnectionClosed - onURLRedirection - onError |
onSessionCreated(sessionObject)¶
Callback having the session object created.

Parameters¶
Name | Type | Description |
---|---|---|
sessionObject | Session | Session object to interact with the session like register and handle events, start and disconnect. |
Example¶
Citrix Workspace App For Chrome 2003
responseCallback(response)¶
Callback that handles the response.
Citrix Workspace Chrome Os

Parameters¶
Citrix Workspace App For Chromebook
Name | Type | Description |
---|---|---|
response | Object | Response object |
Citrix Workspace Chrome App
Properties¶
Name | Type | Description |
---|---|---|
response.success | boolean | Status of the method call. Holds the value true in case of success and false in case of failure. In case of failure, details of the error is set in the response object. |
response.sessionId | String | Id of the session. |
response.error | String | Reason for the failure of the method call. |
