This site is brought to you by the Electrical and Computer Engineering department
UT VPN Errors
How to resolve "Security Warning: Untrusted VPN Server Certificate!" warning on Linux systems when running the AnyConnect VPN client:
Solution:
# cd into hidden '.cisco' directory:
$ cd /opt/.cisco/certificates
# rename ca directory
$ sudo mv ca ca.orig
# link system certificate directory to ca
$ sudo ln -sf /etc/ssl/certs/ ca
# restart vpn service
$ sudo /etc/init.d/vpnagentd restart
Source: GT FAQ
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.