Skip to content

Instantly share code, notes, and snippets.

@luckylittle
Created February 17, 2023 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckylittle/0c0334b11d5d7deafb8007c14f4d7601 to your computer and use it in GitHub Desktop.
Save luckylittle/0c0334b11d5d7deafb8007c14f4d7601 to your computer and use it in GitHub Desktop.
SSL Problems with Citrix ICAClient on Linux
# Error: You have not chosen to trust USERTrust RSA Certification Authority (SSL error 61)
wget http://www.tbs-x509.com/USERTrustRSACertificationAuthority.crt
sudo cp USERTrustRSACertificationAuthority.crt /opt/Citrix/ICAClient/keystore/cacerts/USERTrustRSACertificationAuthority.pem
# alternatively, if it's intermediate put it in /opt/Citrix/ICAClient/keystore/intcerts/
sudo /opt/Citrix/ICAClient/util/ctx_rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment