I am trying to get Citrix receiver to work on my Ubuntu laptop. I've installed the Citrix receiver, however when I try to open the .ica file that my company provides when I login to my organisation's Citrix StoreFront site by Chrome, it exits out with an error that states "Cannot connect to 0.0.02 - Windows 2016 Desktop. No such file or directory. Verify your connection settings and try again". After this, the .ica file gets deleted automatically.
In addition, if I try to enter the address of my organisation's Citrix StoreFront site directly in the installed app, it gives me this error; "Your account cannot be added using this server address. Make sure you entered it correctly. An SSL connection to the server couldn't be established because the server's certificate was not trusted."
I always have to switch to Windows to work remotely. I tried every available solution existed on the internet including First Link, Second Link. I guess my problem is somehow related to wildcard character in my company's certificate. It is issued to * .myCompanyName however the site address is door.myCompanyName
I tried everything. I don't want to switch to Windows just because of this. Please help me.
This sounds like a problem with the certificates shipped with the Citrix client for Linux (screenshot). An elderly article in the Ubuntu Community Wiki explains:
The Citrix client has its certificates installed in
/opt/Citrix/ICAClient/keystore/cacerts
. You can safely remove the entire folder and add a symbolic link to/etc/ssl/certs
instead:The Citrix Receiver will start to work just fine afterwards.
Makes Citrix Workspace Work on Chrome Browser running on Ubuntu MATE 18
Steps
Export CA from browser little lock icon when visiting
storefront.example.com
reference
aside: I found it easier to export CA with Firefox than Chrome
Import CA to browser
In Chrome:
chrome://settings/advance
Set the CA in Linux
/usr/local/share/ca-certificates/
Use command:
Update the CA store:
fun aside, use
openssl
to check the certificateFollow steps above
Notes Below for Search Bots
Error Message for Firefox
Submitting details on the storefront.example.com page returned an error log while using FF Quantum
Different Error Message with Chrome
Brave - Version 1.1.21 Chromium: 79.0.3945.79 (Official Build) (64-bit)
*.ica
is created (screenshot)*.ica
file[SSL ERROR]
Well, I've found a way for connecting to the server in Chrome. When you log in to the company's website, click on your name on top-right corner of Chrome then click on "Change Citrix Receiver..." and finally click on using light version instead of using full version. But still cannot connect with application.
This really worked for me: copy the CACerts from Mozilla.
Then download your
.ica
from Mozilla.See the SuperUser thread: How do I install Citrix ICA client receiver 13 on Debian 64-bit Linux