
Originally Posted by
halfhearted
I'm using Ubuntu 12.04 LTS (32bit) and the latest Linux version of Citrix Receiver. Whenever I try to connect to my work network through Citrix I get the error message below. As far as I can see it's not true, I *am* trusting the issuer of the server's security certificate. This error message, (with different issuers) is frequently mentioned on the net but I cannot get any of the many many solutions to work in my case. Any advice would be gratefully received.
SSL error : Contact your help desk with the following information: You have not chosen to trust "/C=US/ST=/L=/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority/CN=", the issuer of the server's security certificate (SSL error 61).
This is actually straight from Ubuntu's Citrix help page:
To prevent the following error when accessing remote sessions:
Citrix Receiver
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).
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.