For the certs issue, can someone try to rehash them?
http://support.citrix.com/proddocs/topic/receiver-linux-13-1/linux-secure-config-client-ssl-certs.html
I don't have access to an SSL ica session currently.
Search Criteria
Package Details: icaclient 24.11.0.85-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/icaclient.git (read-only, click to copy) |
---|---|
Package Base: | icaclient |
Description: | Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver) |
Upstream URL: | https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html |
Licenses: | LicenseRef-Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 180 |
Popularity: | 0.30 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR)
- libc++abi (libc++abi-modulesAUR, libc++abi-msanAUR)
- libidn11
- libjpeg6-turbo
- libpng12
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR)
- speex (speex-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR) (optional) – for HDXTeams
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – gtk2 selfservice/storefront ui
- xerces-c (optional) – gtk2 configuration manager
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 45 46 47 48 49 50 51 52 53 54 55 .. 58 Next › Last »
ccoffey commented on 2014-12-18 09:50 (UTC)
humhumhum commented on 2014-12-18 08:10 (UTC)
I confirm, the ca-certificates update has broken something for the icaclient.
Cause after downgrading the certificates packages and generated and installed the icaclient, I can once again use the it to access my windows apps.
In P.S. what I've done.
But downgrading is not a satisfactory way to do the thing. I will be glad to hear a clean solution with the new packages.
Regards.
humhumhum
P.S.:
downgraded package ca-certificates-mozilla (3.17.3-2 => 3.17.2-1)
downgraded package ca-certificates-cacert (20140824-2 => 20140824-1)
downgraded package ca-certificates (20140923-7.2 => 20140325-2)
downgraded package ca-certificates-utils (20140923-7.2 => 20140325-2)
desinstalled icaclient (pacman -R)
deleted all remaining files ( rm -rf /opt/Citrix $HOME/.ICAClient )
generated icaclient
re-installed pacman -U (icaclient-13.1.0.285639-10-x86_64.pkg.tar.xz)
humhumhum commented on 2014-12-15 13:20 (UTC)
same SSL error 61
micsnare commented on 2014-12-15 12:12 (UTC)
Since the latest arch update with the package "ca-certificates" (is listed as a dependency) I receive the following error from the Citrix Receiver (icaclient)
SSL Error 61: You have not chosen to trust "VeriSign Class 3
International Server CA - G3", the issuer to the server's security
certificate.
anyone else receiving this? :(
simgunz commented on 2014-12-14 20:42 (UTC)
By executing:
find "/opt/Citrix/ICAClient" -type f -executable -exec ldd "{}" \; | grep " not found$" | awk '{ print $1 }' | sort -u
I've found the following libraries are missing:
libavcodec.so.52
libavutil.so.50
libEGL.so.1
libGL.so.1
libgssapi.so.2
Which packages provide them?
I've installed:
lib32-libgssglue
lib32-mesa
but it still doesn't find them.
hnws commented on 2014-12-09 07:08 (UTC)
working PKGBUILD for 13.1
http://pastebin.com/Ds1M9RXv
je-vv commented on 2014-12-08 16:34 (UTC)
Is the mozilla plugin link wrong? Seems like linking to itself. Right now PKGBUILD indicates:
ln -s ./npica.so "${pkgdir}"/usr/lib/mozilla/plugins/npica.so
Sounds like it should be instead:
ln -s $ICAROOT/npica.so "${pkgdir}"/usr/lib/mozilla/plugins/npica.so
That way the mozilla plugin will point to the plugin placed in ICAROOT.
<deleted-account> commented on 2014-11-14 07:50 (UTC)
@wadsofat
Same issue here ... wfica segfaults after few minutes on 32 bit machines
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine