NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to run Microsoft Internet Explorer on NetBSD?



On 2/1/2016 3:51 PM, Jose Luis Rodriguez Garcia wrote:
It is still in pkgsrc : net/citrix_ica version 10.6.115659. It worked until my company changed the certificates to godaddy. I have been unable to configure the SSL certificates. I am thinking that it can be the SSL client doesn't understand the new certificates. Can it be?
Sure, I supposed it's possible. That is a 9 year old package and lots could have changed in the meanwhile. Were you able to get the new certificate in the right format? (looks like the files in /usr/pkg/lib/ICAClient/keystore/cacerts are in DER format) Do you happen to know what's different about your company's old and new certs? If you look at the details of the cert (e.g. with "openssl x509 -inform DER -in foo.crt -text") does anything jump out at you as being different?

Have you tried downloading a newer version of the client from Citrix's site? I just tried running it, and after the following steps it at least seems to start:
  pkgin install suse_locale suse_motif suse_x11
  pkgin install suse_openmotif-10.0nb2
  pkgin install suse_gtk2
  mkdir citrix-ica
  cd citrix-ica
  ar x icaclient_13.1.0.285639_i386.deb
  tar xzf data.tar.gz
  cd opt/Citrix/ICAClient
  export ICAROOT=`pwd`
  ./wfica

I expect that once I get an X server up and running on this machine it'll complain about not being able to find the .../etc files, but I suspect that might not be too hard to fix (i.e. drop them in /emul/linux/etc)

Eric



Home | Main Index | Thread Index | Old Index