Pulse r9.1 embedded browser install failure

Pulse Secure连接VN的时候出现embedded browser install failure错误
Pulse r9.1 embedded browser install failure

解决方案: 修改正确的CEF_URL路径

(test@test-21:/opt/pulsesecure/bin$ sudo vim setup_cef.sh )

- #CEF_URL=http://opensource.spotify.com/cefbuilds/cef_binary_80.1.14%2Bga33bdbc%2Bchromium-80.0.3987.149_linux64_minimal.tar.bz2
+ CEF_URL=https://cef-builds.spotifycdn.com/cef_binary_80.1.14%2Bga33bdbc%2Bchromium-80.0.3987.149_linux64_minimal.tar.bz2

然后去执行这个脚本

test@test-21:/opt/pulsesecure/bin$ sudo ./setup_cef.sh
Utility to download and install Chromium Embedded Browser.
Usage: setup_cef.sh <check_installed|install|reinstall|uninstall> [OPTIONS]

    setup_cef.sh check_installed
                 Checks and informs if currently installed or not.
    setup_cef.sh <install|reinstall> [-tmpDirPath <Path>]
                 Downloads and installs the Chromium Embedded Browser.
                 An optional -tmpDirPath can be passed, where download and
                 extraction will happen. This directory will be cleared by the
                 end of installation.
                 install will install CEF only if it is not installed.
                 reinstall will remove and reinstall if it is installed.
    setup_cef.sh uninstall
                 Uninstall CEF libraries
    Note:
        * The install can be run only with root privileges
        * 1276 MB of free space is needed in the
          tmpDirPath. This space is used only during installation
          time and freed by the end of installation.
        * 1063 MB of free space is needed in the /opt

 

 

上一篇:编写一个Python模块,将其发布并安装(linux环境里)


下一篇:别再轻易说会自动化了,99%测试人还不会用nose进行自动化测试