02-27-2023 06:00 AM
I am using the Cisco Anyconnect Secure Mobility client on Ubuntu Linux 22.04. Until a few days ago, this worked fine. I started the client and was forwarded to my organization's SSO signon page, then I connected to the VPN.
As of today, the browser window no longer pops up!!! Even though the footer displays "Please complete the authentication process in the browser window". I tried changing the default browser, but it made no difference.
The version of the client is 4.10.06090.
Any ideas? Thanks!
Solved! Go to Solution.
03-29-2023 05:53 AM
A temporary solution was to use Firefox.
But, Firefox home need to be /usr/bin/firefox. If you made installation by SNAP, do you need to remove it.
If you want to clean everything related to Firefox follow this process:
sudo apt-get purge firefox cd ; sudo rm -rf .mozilla cd /etc sudo rm -rf firefox cd /usr/lib/ sudo rm -rf firefox-addons sudo apt install firefox
If not, just run:
sudo snap remove firefox sudo apt install firefox
03-17-2023 12:10 PM
03-29-2023 05:53 AM
A temporary solution was to use Firefox.
But, Firefox home need to be /usr/bin/firefox. If you made installation by SNAP, do you need to remove it.
If you want to clean everything related to Firefox follow this process:
sudo apt-get purge firefox cd ; sudo rm -rf .mozilla cd /etc sudo rm -rf firefox cd /usr/lib/ sudo rm -rf firefox-addons sudo apt install firefox
If not, just run:
sudo snap remove firefox sudo apt install firefox
03-29-2023 06:40 AM
THANK YOU! That works. I am using Firefox Developer Edition (in part to avoid the snap), and I simply made a soft link from /usr/bin/firefox to the executable. For those who don't want to Firefox, try instead
sudo ln -s /usr/bin/xdg-open /usr/bin/firefox
This should cause vpnui to pop up your default browser. Hello Cisco--you could do that in the app!
07-19-2023 03:12 PM
Thank you, Worked for me using Ubuntu 20.04.5 LTS, Anyconnect 4.10.05111
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide