Skip to content

Instantly share code, notes, and snippets.

@dunderrrrrr
Last active February 24, 2020 15:24
Show Gist options
  • Save dunderrrrrr/d61b56d321d0ea064eb28ded19a5f36e to your computer and use it in GitHub Desktop.
Save dunderrrrrr/d61b56d321d0ea064eb28ded19a5f36e to your computer and use it in GitHub Desktop.
Download and install Citrix for Ubuntu 18.04

Installing

Download and install Citrix Receiver from citrix.com.

$ sudo dpkg -i icaclient_13.10.0.20_amd64.deb

SSL error

I always receive the following errors due to some misconfiguration. It can be easily solved.

Your account cannot be added using this server address.
Make sure you entered it correctly.
An SSL connection to the server coudn't be established because the server's certificate was not trusted.

Citrix SSL error

To solve this issue, execute the following command and restart Citrix Receiver.

$ sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
$ sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment