[Issue Fixed]-Pulse r9.1 embedded browser install failure

Pulse Secure连接VPN的时候出现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

参考: Pulse r9.1 embedded browser install failure - Mint Linux


版权声明:本文为weixin_42135087原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。