LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ssl error61 logging in to citrix cloud (https://www.linuxquestions.org/questions/linux-newbie-8/ssl-error61-logging-in-to-citrix-cloud-4175533917/)

oldjc 02-13-2015 10:13 AM

ssl error61 logging in to citrix cloud
 
logging into citrix cloud using firefox I get the msg verisign class 3 public primary certification authority-G5 security ssl error 61

baldur_1 02-14-2015 08:27 AM

it is usually a good idea to start by googling such things. there is an issue with the ssl certificate between the server and the client (firefox). you need to correct that issue. my guess is you need to install the certificate on firefox.

citrix-access-error

Caver1 02-17-2015 09:33 AM

Two things you do need to go to http://www.entrust.net/developer/index.cfm> Download Root Certificates>Download Certificates.
Download all that are there and install them in Firefox. The ones you already have won't be installed.
To install them in Firefox>Edit>Prefrences>Advanced>Certificates>View Certificates>Import.
Then in terminal type> sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystor/cacerts> enter
This should solve your problem. For some reason in Linux the Mozilla certificates are stored in the wrong place for citrix.

oldjc 02-25-2015 08:28 PM

Thanks works


All times are GMT -5. The time now is 10:59 PM.