Citrix SSL error 61 You have not chosen to trust…

linicaclient Well to be more precise,  the exact error was:
You have not chosen to trust "Equifax Secure Global eBusiness CA-1", the issuer of the server’s security certificate (SSL error 61).
More and more people are dipping their toes in Linux and Apple computing these days only to find that they cannot connect to their Citrix environment using Firefox for example. Here’s how to fix that..

You probably already installed a ICAclient for Linux or Mac which you can download here (I downloaded the .deb file)
Next up, go the Geotrust site here and download the 2 certficates mentioned at “root 6” (Right click, save as, and save these with the extension .crt not cer !!!!)
root6cert
After you’ve downloaded the 2 certificates open a terminal window and copy the files to your cacerts folder. I was using Ubuntu so mine was located at /usr/lib/ICAClient/keystore/cacerts. (just search your computer for that folder)
At the terminal window enter a command like:

sudo cp /home/aleks/Downloads/*.crt /usr/lib/ICAClient/keystore/cacerts/.

After you’ve done this, restart Firefox and try again, you should now be good to go!
If this post helped you out, help me out keeping this site alive and visit some of my sponsors on the left or right.. Thanks..!
TAGS: Citrix, SSL error 61,You have not chosen to trust

Comments are closed.