vpn.utc.edu
When clicking the system tray icon, if the GlobalProtect client window doesn't display, do the following:
globalprotect launch-ui
globalprotect launch-ui --recover
When trying to connect, if the GlobalProtect app gives an error stating "There is a problem with the security certificate, so the identity of vpn.utc.edu cannot be verified." then most likely the operating system in use is not officially supported. The following steps can sometimes resolve the issue. This is known to work with the following operating systems:
In a terminal window, enter the following commands: SEARCH=Ubuntu REPLACE=`lsb_release -ds | head -c${#SEARCH}` TARGET=/opt/paloaltonetworks/globalprotect/PanGPS sudo sed -i "s/$SEARCH/$REPLACE/g" $TARGET sudo systemctl restart gpd.service
SEARCH=Ubuntu
REPLACE=`lsb_release -ds | head -c${#SEARCH}`
TARGET=/opt/paloaltonetworks/globalprotect/PanGPS
sudo sed -i "s/$SEARCH/$REPLACE/g" $TARGET
sudo systemctl restart gpd.service