I am getting this error when attempting to load a Desktop module up within Citrix Receiver:
What I don't understand is I can see this particular certificate is set to "Trust.." under any/all circumstances that I can find. This only happens in Ubuntu, and I did not installed any certificates (manually) on either partition when trying to correct the issue. The browser also appears to be irrelevant (Chrome/Firefox both generate the same error). Forgive my ignorance on certificates, but this seems to be beyond my expertise.
There are a few places I've looked through various search engines, and I found other users who have had similar issues with certificates in the Linux Citrix Receiver, but I'm not sure what's wrong with this certificate, as none of the other suggestions I've tried have worked so far, and they're too numerous to go into detail... so I'd like to take it from here and see what you all can offer up.
sudo cp /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem /opt/Citrix/ICAClient/keystore/cacerts/
--- Using Citrix Receiver Full 13.6 on Ubuntu 16.04.3 – RuntimeException Sep 14 '17 at 07:53sudo /opt/Citrix/ICAClient/util/ctx_rehash
– kidmose Dec 22 '17 at 11:45sudo /opt/Citrix/ICAClient/util/ctx_rehash
for the latest version of the workspace app. – Merlijn Sebrechts May 20 '21 at 22:27sudo ln -s /etc/ssl/certs/* /opt/Citrix/ICAClient/keystore/cacerts
, because it wants the certificates inpem
format instead. After this, run the rehash function again. – Merlijn Sebrechts Feb 01 '23 at 10:13