I am trying download the Citrix Workspace App for Mac in order access my work desktop remotely and use Epic. When I go to the site to download for Mac (I have a 2020 Macbook Air, with Mac OS Catalina 10.15.4) - it opens up an error message:
This site can’t be reached
Download Citrix Workspace App 1910.2 For Mac
The webpage at https://downloads.citrix.com/17596/CitrixWorkspaceApp.dmg?__gda__=1585141811_1911579b57cfd19f319dbfa5d6cb4b74 might be temporarily down or it may have moved permanently to a new web address.
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. 3pp 1808 for Mac Clear fecti O se ciTR!x & Services Sign / App Earlier Citrix for Find Downloads Citrix Workspace App Search Downloads Support Resources Product Documentation Knowledge Center Support Forums e Release Date: Aug 6.2018 Compatible with Mac OS 10.11, 1012.1013 oownload Citrix workspace app for Mac MB. version: 1880 (180B) Checksums.
ERR_INVALID_RESPONSE
Can someone please advise? Thank you!!
Applicable Products
- Citrix ADC
Symptoms or Error
Citrix Workspace Macbook
Solution
Citrix Viewer For Mac
However, we needed two-factor auth and thus had to bind the policies.
With response-rewrite policy bound (the one setting header “X-Citrix-AM-GatewayAuthType” = SMS).
Binding the policy setting “PWDCount=0”, made the Receiver fail.
Entrust - SMS Passcode reported back that if Netscaler version is 12.x, the policy must be replaced with this:
add rewrite policy RWP-RES-REMOVE_2ND_PASSWORD 'HTTP.REQ.URL.PATH_AND_QUERY.SET_TEXT_MODE(IGNORECASE).EQ('/logon/LogonPoint/index.html')' RWA-RES- REMOVE_2ND_PASSWORD
and a corresponding action:
add rewrite action RWA-RES-REMOVE_2ND_PASSWORD replace_all 'HTTP.RES.BODY(99999)' 'rn'+n'<style type='text/css'>rn'+n'[for='passwd1'] { display: none;}rn'+n'#passwd1 { display: none; }rn'+n'</style>rn'+n'rn'+n'</body>rn'+n'</html>rn' -search 'text('</body>n</html>')'