After insrallation Cisco AnyConnect client on my PC with Linux Fedora 16, I got error while establishing VPN session:
"AnyConnect cannot confirm it is connected to your secure gateway. The local network may not be trustworthy. Please try another network."
How to resolve this issue:
execute the following cmd as root(change lib64 to lib if arch x86):
mkdir /usr/local/firefox
cd /usr/local/firefox
ln -s /usr/lib64/libnss3.so
ln -s /lib64/libplc4.so
ln -s /lib64/libnspr4.so
ln -s /usr/lib64/libsmime3.so
It works! :)
I hope, this post will be useful for people.
Комментариев нет:
Отправить комментарий