I just attempted to install the newest Linux Citrix ICA client for a colleague, on Ubuntu, and upon a successful install, an error similar to this one popped up when trying to run the client from Firefox:
SSL error
Contact your help desk with the following information:
You have not chosen to trust”/C=US/ST=/L=/O=Equifax/OU=Equifax Secure Certificate Authority/CN=”,
the issuer of the server’s security certificate ((SSL error 61).
The solution to this? Make Firefox’s certificates accessible to Citrix, like so:
1 |
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts |
That should do the trick!
Great! Thanks. Clear – concise – worked !
Thanks for Valuable Information, Looking for next soon.
Worked when I first installed this, now the same error but this line does not help any more, says “File exists” – understandably, since this was done before. Still SSL error 61. Any additional ideas will be greatly appreciated.
This worked beautifully. Thanks!
Thanks a lot for very informative information, this is also interesting to read. I learned and I gained a lot of knowledge and ideas that I think, will be a big help for me.
Thanks a lot, it worked great!
Thanx a lot
fixed
Thank a lot it worked for me
Thank a lot it worked for me ;-)
THANKS!!
And how on earth did you figure this out???
Very very grateful!
worked for me on Linux Mint – you’re a genius !
Perfect! Thanks, I have this problem every time I try a new distro and every time I forget how to fix it and have to google the answer. EVERY time I find the answer. Thanks to Jorge Enrique Barrera and those I have gotten help from in the past.
Pure gold! man! ;-)
Thanks! Made my day as well! // Fredrik in Sweden.
Works, great. Thank you!!
That made my day. Thanks a lot.
You need to copy the data into the install directory of citrix client – if you installed as non root user , that will be /home/$USER$/ICAClient/linuxx86/keystore/cacerts
$USER$ is the user that you are entered to logon. ie – if you logged on as pepito , you need to use the following command
ln -s /usr/share/ca-certificates/mozilla/* /home/pepito/ICAClient/keystore/cacerts
Using Citrix receiver 12.0.1
My god that actually worked. THANK YOU
Thanks a lot! It worked!
sorry, I did everything you described at this site but the error persists!
Excellent solution! Thanks a lot also from Germany :)