Skip to content

Instantly share code, notes, and snippets.

@granbom
Created February 10, 2018 14:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save granbom/dde94620128126ef3896ddc644915ab1 to your computer and use it in GitHub Desktop.
Save granbom/dde94620128126ef3896ddc644915ab1 to your computer and use it in GitHub Desktop.
If An SSL connection to the server couldn't be established...
# It's most likely because Citrix Receiver only include a few root certs
# and the server you are connecting to is not using one of these.
# To map more root certs to Citrix Receiver in Ubuntu do this:
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