【问题标题】:anyconnect installation not detected with Firefox + Ubuntu[13.04] [closed]Firefox + Ubuntu [13.04] [关闭] 未检测到 anyconnect 安装
【发布时间】:2013-10-07 18:40:42
【问题描述】:

详情:

  • 我已成功安装 oracle java 7 和浏览器插件(可在其他网站上使用)
  • 我已经成功安装了anyconnect vpn客户端

尽管如此,每次我尝试连接时,它都会要求我手动安装 anyconnect 软件。

^^ 是我每次得到的。

我试过重启等,都没有用。

【问题讨论】:

  • 为什么有人会在没有解释的情况下投反对票?
  • 又一个懦夫无缘无故投了反对票,也没有给出其他答案。

标签: ubuntu vpn


【解决方案1】:

看起来 anyconnect Web 客户端无法在 linux/java 64 下运行。

查看初始化期间运行的源代码:

function loadPackage ()
{
    if (IsLinux64)
    {
        ToggleHelpButtonEnable(true);
        // Magic state -70 == java applet weblaunch not supported, skip to manual download
        Start(-70);
    }
    else
    {
        // Magic state -60 == go to the next installed package
        Start(-60);
    }
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多