Created
February 10, 2018 14:24
-
-
Save granbom/dde94620128126ef3896ddc644915ab1 to your computer and use it in GitHub Desktop.
If An SSL connection to the server couldn't be established...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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