When connecting to a citrix server with the Linux client you can get this error message:
You have chosen not to trust “????”, the issuer of the server’s security certificate (SSL error 61).
Problem is that the Citrix client does not know about very many “trusted authorities”. Mozilla/Firefox knows about them though. If you have installed the Citrix ICA client in your home directory this is how to fix the problem on Ubuntu.
$ cd ~/ICAClient/linuxx86/keystore $ mv cacerts cacerts.orig $ ln -s /usr/share/ca-certificates/mozilla cacerts
Done! Now problem should be fixed.
Tks so much !!!