maybe it’s not too new anymore, but it’s nice nevertheless: citrix releases version 12 of the citrix receiver for linux. they have seperate versions for x86 and x64 and i could install the deb without having problems with dependencies on my ubuntu 11.10
one problem they have has still not been fixed though: the client brings its own CA-Certificates… well… look at the list:
iso@iso-i7:~$ ls /opt/Citrix/ICAClient/keystore/cacerts/
BTCTRoot.crt Class3PCA_G2_v2.crt Class4PCA_G2_v2.crt GTECTGlobalRoot.crt Pcs3ss_v4.crt
this is just a bad joke – to fix it, just create a link to a reasonably filled list of CA-Certificates, e.g. from mozilla:
iso@iso-i7:/opt/Citrix/ICAClient$ cd /opt/Citrix/ICAClient/keystore/
iso@iso-i7:/opt/Citrix/ICAClient/keystore$ sudo mv cacerts cacerts_citrix
iso@iso-i7:/opt/Citrix/ICAClient/keystore$ sudo ln -s /usr/share/ca-certificates/mozilla cacerts
done, you may now connect to citrix servers which use secure gateway to encapsulate the ICA-traffic in HTTPS

Trackback URI | Comments RSS
Leave a Reply