我在Ubuntu 20.04.6 LTS上有一个Cisco Anyconnect安全移动客户端
这个过程是,启动client/vpn,然后等待身份验证屏幕/页面(SAML/SSO)通过邮件/pass进入。
但屏幕不再出现,只显示以下消息:“请在浏览器窗口中完成身份验证过程”
日志显示如下:
Authentication process in the browser window.
Mar 21 09:56:55 NOTE001 acvpnui[22948]: Function: IsValid File: ../../vpn/CommonCrypt/VerifyFileSignatureOpenSSL.cpp Line: 341 Code-signing verification succeeded. File (/opt/cisco/anyconnect/bin/acextwebhelper)
Mar 21 09:56:55 NOTE001 acwebhelper[26619]: Function: main File: ../../../vpn/ExternalBrowserHelper/ExternalBrowserHelper.cpp Line: 60 AnyConnect External Web Browser Helper started with command line of '60115'
Mar 21 09:56:55 NOTE001 acwebhelper[26619]: Function: initIpc File: ../../vpn/Common/IPC-JSON/JSONIPCClient.cpp Line: 167 Initiating IPC connection to 127.0.0.1:60115...
Mar 21 09:56:55 NOTE001 acwebhelper[26619]: Function: handleConnect File: ../../vpn/Common/IPC-JSON/JSONIPCClient.cpp Line: 203 IPC connection established
Mar 21 09:56:55 NOTE001 acvpnui[22948]: Function: Start File: ../../vpn/Common/IPC-JSON/JSONIPCConn.cpp Line: 56 Accepted IPC connection #9 from client
Mar 21 09:56:55 NOTE001 acwebhelper[26619]: Function: OnBrowserResultSendComplete File: ../../../vpn/ExternalBrowserHelper/ExternalBrowserSSOController.cpp Line: 274 OnBrowserResultSendComplete
Mar 21 09:56:55 NOTE001 acvpnui[22948]: Function: launchBrowser File: ../../../vpn/WebHelper/Plugin/WebHelperPluginImpl.cpp Line: 744 Browser process launched successfully [pid 26619]
Mar 21 09:56:55 NOTE001 acwebhelper[26622]: Function: Launch File: ../../vpn/Common/IPC/ProcessAPI_unix.cpp Line: 401 Invoked Function: execvp Return Code: 2 (0x00000002) Description: unknown No such file or directoryUbuntu是最新的,我已经安装了客户和浏览器,但没有效果。
客户端的版本为4.10.05085。
发布于 2023-03-29 13:01:26
一个临时的解决方案是使用Firefox。
但是,Firefox主页需要是/usr/bin/firefox。如果您通过SNAP安装,是否需要删除它。
如果您想清理与Firefox相关的所有内容,请遵循以下过程:
sudo snap remove firefox
cd ;
sudo rm -rf .mozilla
cd /etc
sudo rm -rf firefox
cd /usr/lib/
sudo rm -rf firefox-addons
sudo apt install firefox如果没有,就跑:
sudo snap remove firefox
sudo apt install firefoxhttps://askubuntu.com/questions/1460270
复制相似问题