The following Error occures when trying to use Citrix (access SAP Training via Citrix) on Ubuntu 15.10:
Citrix Receiver
SSL error
Contact your helpdesk with th following inofrmation:
You have not chosen to trust "Symantec Class 3 Secure Server CA / G4", the issuer of ther server's security certificate (SSL error 61).
I installed Citrix according the Tutorial How to install Citrix Receiver icaclient in Ubuntu 14.04 LTS 64-bit The installation completed without any errors.
I also made sure that the certificates are there according to the CitrixXenAppPlugin - configure certificates:
Additionally I checked in Firefox if the certificates are known and even checked all marks (which where not checked before) (Under Settings -> Advanced -> Certificates):
What am I missing?
Solution 1
OK thx to the hints from @sletarte here the solution:
/usr/local/share/ca-certificates
sudo update-ca-certificates
You should see something line this:
1 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d.... Adding debian:SymantecClass3SecureServerCA-G4.pem
Solution 2
Follow the steps from Citrix Workspace App for Linux: How to trust a CA certificate?
I'm using Ubuntu 16.04.1, Firefox 50 and Citrix Receiver 13.4.
@thorsten-niehues solution didn't work for me unfortunately.
To solve the problem, I had to copy the
.crt
file to/opt/Citrix/ICAClient/keystore/cacerts
I was then able to connect to Citrix with Firefox and with Chrome without any problem.
Not sure what scripts are run in your Citrix install, but I believe you may still need to tell Ubuntu to trust the root CA - you can do that by running sudo dpkg-reconfigure ca-certificates from the directory where you have the .crt files for Citrix. mozilla has its own directory (/usr/share/ca-certificates/mozilla) and that may be where it is looking to show the list of trusted certs that you see in Firefox.