"SSL error
Contact your help desk with the folling information:
You have not chosen to trust "DigiCert High Assurance EV Root CA",
the issuer of the server's security certificate (SSL error 61)"
Whaatttt!! Are you serious! How stupid. So if I go to https://www.digicert.com/digicert-root-certificates.htm I can test my certificates and they work just fine for the DigiCert High Assurance check, so that means the browser knows where they are but the stupid Citrix app doesn't. So all of the certs are located here in Ubuntu (you have a ton in there):
ls /etc/ssl/certs/ | grep DigiCert
You will see the one you want, now copy it to your Citrix folder:
sudo cp -v /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem ~/./ICAClient/linuxx86/keystore/cacerts/
Now try again and it will work, I didn't even have to restart my browser. You could also do a symbolic link instead which is maybe a better practice.
15 comments:
Firefox !!! with certificat
do
rekonq
Thanks. Used in conjunction with another page to get Citrix to load on my Chromebook.
http://andersstroem.blogspot.com/2014/01/howto-install-citrix-on-arm-chromebook.html
Thanks again; exactly what I was looking for.
thanks Bent
- 2016 and the same problem still exists with citrix receiver !!
Great job thanks for your solution -
for anyone who is a linux newbie and not terminal savvy you can copy the certificate using pcfileman which you may need to install
if you are told you can't paste it into your citrix cacerts folder mine is here :- /opt/Citrix/ICAClient/keystore/cacerts
then right click using pcfileman in wherever your citrix is installed and choose open as root - then you can paste it
Thanks for the help for mint user copy will require some adjustment
sudo cp -v /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem /opt/Citrix/ICAClient/keystore/cacerts/
Thank you! This post saved my life.
Still works in 2017 running Debian 9. In my case, the command was the same as Wasif said above.
Thanks a bunch! This helped even in Ubuntu 17.10!!
Thanks, works for me!!
you are seriously my hero of the day... could not get a straight answer to this anywhere else.
I hadn't even thought that the problem literally was what the error said, as when I have seen this issue with Macs (same error)_ it's resolved by just installing the latest version.
Linux Mint 18.3, so I did have to use Boo and Wasif's changes.
many thanks Bent and Wasif (new location), worked for Ubuntu 18.04.3
Thanks man!! Its 2020 and the solution is still relevant for Ubuntu 20
this made it work for me
$ sudo cp /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem /opt/Citrix/ICAClient/keystore/cacerts/
$ sudo /opt/Citrix/ICAClient/util/ctx_rehash
live saver !
happy i stumbled upon this. I gave up a long time ago and came back and found this. up and running now on my rasberry pi
Post a Comment