Saturday, February 25, 2012

Cisco Anyconnect Certificate issue on Fedora 16

This is what i did to resolve the Certificate issue:


Check this Link: http://blog.offenders.org/?cat=26

Installing Cisco Anyconnect VPN on Linux

by on Feb.18, 2012, under Cisco, Fedora, Internet, Linux, Remote Access
The Cisco docs aren’t very helpful, and I’ve spent a lot of time getting this working, often making dozens of changes and not knowing which one actually fixed it. I’ve finally nailed it down. On Fedora 15/16, this is all you need to do.
You can install the Anyconnect software before or after installing these packages. If you installed it before, you will need to restart the vpnagentd_init service afterwards.
# yum install gdk-pixbuf2-devel.i686 libcurl-devel.i686 gtk2-devel.i686 glibc.i686 libxml2.i686 libxml2-devel.i686 libcurl-devel.i686 gtk2-devel.i686 atk-devel.i686 glibc.i686 libxml2.i686 libxml2-devel.i686
# ln -s /lib/libplc4.so /usr/lib/libplc4.so
# ln -s /lib/libnspr4.so /usr/lib/libnspr4.so
That’s it! Open up the gui client as a non-root user.
If there are problems, start the vpn client in a terminal so you can see any errors thrown, and watch syslog for additional errors.