If you have root access:
You have not chosen to trust "Name of SSL Certificate", the issuer of the server's security certificate (SSL error 61)
To fix this copy all the .crt files from /usr/share/ca-certificates/mozilla to /usr/lib/ICAClient/keystore/cacerts the easiest way to do this is to open a terminal window, browse to /user/lib/ICAClient/keystore/cacerts and enter the following:
sudo cp /usr/share/ca-certificates/mozilla/*.crt .
If you only have User Access:
You have not chosen to trust "Name of SSL Certificate", the issuer of the server's security certificate (SSL error 61)
To fix this copy all the .crt files from /usr/share/ca-certificates/mozilla to /home/yourusername/ICAClient/linuxx86/keystore/cacerts
These directions modified from nearly perfect, but difficult to follow (for me) directions found at http://techxplorer.com/2008/11/07/installing-the-citrix-presentation-server-client-on-ubuntu/
- Install required libmotif3 package from the Ubuntu repositories
- Download the en.linuxx86.tar.gz file from Citrix website
- Extract the contents of the archive
- Open Applications > Accessories > Terminal
- Type "sudo bash setupwfc" and enter the root password
- Choose "1" to Install Citrix Receiver for Linux 11.0
- Accept default install location (/usr/lib/ICAClient)
- "y" to Proceed with installation
- "1" to Accept License Agreement
- Agree to remaining defaults (y) and press 3 to quit installer
You have not chosen to trust "Name of SSL Certificate", the issuer of the server's security certificate (SSL error 61)
To fix this copy all the .crt files from /usr/share/ca-certificates/mozilla to /usr/lib/ICAClient/keystore/cacerts the easiest way to do this is to open a terminal window, browse to /user/lib/ICAClient/keystore/cacerts and enter the following:
sudo cp /usr/share/ca-certificates/mozilla/*.crt .
If you only have User Access:
- Install required libmotif3 package from the Ubuntu repositories
- Download the en.linuxx86.tar.gz file from Citrix website
- Extract the contents of the archive
- Double-click on setupwfc and choose Run in Terminal
- Choose "1" to Install Citrix Receiver for Linux 11.0
- Accept default install location (/home/yourusername/ICAClient/linuxx86)
- "y" to Proceed with installation
- "1" to Accept License Agreement
- Agree to remaining defaults (y) and press 3 to quit installer
You have not chosen to trust "Name of SSL Certificate", the issuer of the server's security certificate (SSL error 61)
To fix this copy all the .crt files from /usr/share/ca-certificates/mozilla to /home/yourusername/ICAClient/linuxx86/keystore/cacerts
These directions modified from nearly perfect, but difficult to follow (for me) directions found at http://techxplorer.com/2008/11/07/installing-the-citrix-presentation-server-client-on-ubuntu/
Comments