Skip to content

Instantly share code, notes, and snippets.

@AmbivalentApe
Created June 7, 2014 09:19
Show Gist options
  • Save AmbivalentApe/dece7b5f76cec4279647 to your computer and use it in GitHub Desktop.
Save AmbivalentApe/dece7b5f76cec4279647 to your computer and use it in GitHub Desktop.
Fixing 'You have not chosen to trust "<blah>" , the issuer of the server's security certificate." using citrix client on ubuntu derivatives.
1. Export certificate if you have it in your browser.
(settings -> HTTPS/SSL/Manage Certificates/find the one you want under authorities, export) in chromium.
2. Copy to /opt/Citrix/ICAClient/keystore/cacerts*
This is where it appears to be on all my mint boxes.
find / -iname 'cacerts' -type d I guess would do a similar job.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment