Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Citrix Go Daddy SSL Cert Ubuntu 14.04 Trusty

Writer Matthew Barrera

I have installed Citrix following the instructions in this link:

including adding more SSL certificates:

sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/

The site I am trying to reach is hosted by GoDaddy and I get an SSL ERROR 61.

Has anyone successfully solved this issue and if so, how?

Thanks

1 Answer

That error 61 might have more reasons. I have solved the problem I had.

I have followed the same instructions, specifically point 1. leading to

This installs version 13.0 of the icaclient, which seem to be too old. The actual issue was that our server uses type SHA-2 HASH in SSL certificate which is not supported by icaclient 13.0, but it is by 13.3, so after upgrading with deb file with 64bit icaclient 13.3 from citrix pages, it started to work.

See my answer to

Citrix Error "You have not trusted certificate"

This might be duplicate of question above.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy