The exact error received: "You have not chosen to trust "DigiCert High Assurance CA-3" the issuer of the server's security certificate (SSL error 61)"
Relevant Google search phrase: "linux citrux receiver ssl error"
This led to this Ubuntu forums post: http://ubuntuforums.org/showthread.php?t=1975705
I Google'd for "DigiCert High Assurance CA-3", which led me to page, "DigiCert Root Certificates :: Download and Test SSL"
I downloaded all six certs containing the phrase "High Assurance" to my Desktop:
- DigiCert High Assurance EV Root CA
- DigiCert High Assurance EV CA-1
- DigiCert High Assurance CA-3
- DigiCert High Assurance Code Signing CA-1
- DigiCert SHA2 High Assurance Server CA
- DigiCert SHA2 High Assurance Code Signing CA
Then, I moved them to the global ICAClient cacerts folder
sudo mv ~/Desktop/*.crt /opt/Citrix/ICAClient/keystore/cacerts
Then, finally, I rehashed everything:
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts
After restarting my web browser (Chromium Version 32.0.1700.123 Debian 7.4 (248368)), things began working.
NOTE
I initially downloaded just certificate "DigiCert High Assurance CA-3"...but this did not work.I am not sure which of the above, therefore, allowed it to work.
2 comments:
Worked on my Linux mint after I followed everything as per your description. Thanks Kevin!!
Awesome, thanks Kevin!
I followed your instructions and you saved me a big headache.
Thanks for taking the time to post the solution.
Post a Comment