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?
Remove
cacerts
and link to/etc/ssl/certs
by the following commandsSource: comment by bdetweiler which helped me.
I got it. Linking the system's certificates to the ICA's also works:
sudo ln -s /etc/ssl/certs/* /opt/Citrix/ICAClient/keystore/cacerts
with ignoring the warnings regarding duplicates.
I had the equivalent problem. The best solution I was able to find at the moment in Xenial was to downgrade to the 13.2 x64 version of Citrix Receiver and be sure to follow the standard procedures with respect to linking certificates, etc.
I solved this by getting the root cert. In my case it was Verisign, so I downloaded the root 10 cert from https://www.symantec.com/theme/roots
Get root 10. It'll be a file called
verisign-universal-root-certification-authority-en.pem
sudo copy it into/opt/Citrix/ICAClient/keystore/cacerts
It worked straight after.
I had the same problem. For me the solution was to put in
as DNS in the network manager
I solved this error by use the following Steps
I get solution from: https://stackoverflow.com/questions/53062679/cannot-connect-to-0-0-0-2-published-app-name-in-citrix-receiver-ica-client
I was not able to permanently solve the issue with the solutions here. I found a suggestion here which solved my problem.
If you don't know the URL the app asks you for; it is the URL of your organisation's "Citrix storefront" (where you download your .ica files)