To install on my Linux Mint Debian 52 GUN, I chose the 32 bit file that is 15.4 MB labeled .deb, which I downloaded and installed via Package manager: http://www.citrix.com/downloads/citrix- ... x-131.html
I then started to get this error code in Firefox when I then tried to log into my company website:
"Citrix Receiver SSL Error, Contact your Help Desk. You have NOT chosen to trust the Entrust.net Certification Authority (2048) The issuer of the server's security certificate (SSL Error 61)."
I found this help here:
http://ubuntuforums.org/showthread.php?t=1975705
Reading down I found the code to copy and paste into Terminal to make Firefox's certificates accessible to Citrix, e.g.,
Code:
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts
It worked perfectly for me! Now I don't need to find my Windows computer to log in any more. I just fire up my trusty Mint Box and away I go. Depending on the Linux distribution you are using, you would download the appropriate file and install before proceeding.
