Ubuntu – Citrix receiver error 1000119

citrix

I am trying to run Citrix receiver on the Xenial version of Ubuntu, but I am getting this error below

ERROR:

Cannot connect to "0.0.0.2 – Remote Desktop Connection"

Unknown error 1000119. Verify your connection settings and try again.

What should I do?

Best Answer

Remove cacerts and link to /etc/ssl/certs by the following commands

cd /opt/Citrix/ICAClient/keystore/
sudo rm -rf cacerts
sudo ln -s /etc/ssl/certs cacerts

Source: comment by bdetweiler which helped me.

Related Question