Hagb (Junyu Guo 郭俊余)

Results 322 comments of Hagb (Junyu Guo 郭俊余)

> > 啊不对… 自动构建失败了,现在 dockerhub 上面还是旧的版本。我再去检查一下。 > > 麻烦你啦~ 我想自己在本地打包,但是找不到最新包的链接,请问你是如何找到最新 atrust 版本的链接呀? 参看 https://github.com/docker-easyconnect/docker-easyconnect/issues/275#issuecomment-1862406296 和 https://github.com/docker-easyconnect/docker-easyconnect/issues/275#issuecomment-1862411983 此外仓库 master 分支的 build-args/ 中的地址也已更新到最新版

刚刚修复了 atrust 的构建并且推送到 docker hub 上了。尝试重新 pull 再运行看看行不行?

可以使用 vnc 版的容器,参看 https://github.com/Hagb/docker-easyconnect/blob/master/doc/usage.md#easyconnect-web-%E7%99%BB%E5%BD%95 纯 web 登录版本目前还没做

似乎是由于 `EC_VER` 的值的问题。`EC_VER` 只有 `7.6.3`、`7.6.7`、`7.6.8` 三种值可选,其余值无效,无效值会导致 EasyConnect 没有配置文件夹。所以从图上看,应该使用 `7.6.8` 或者 `7.6.7`(其实我怀疑这个值只要有效,设成哪种都没关系),试试改了能不能正常使用? 我把 `EC_VER` 设为无效值,复现了出了相同的现象。

还有一个思路是浏览器连上容器的代理再进行 web 登陆

This problem may be caused by trying to access an ip not in "L3VPN resources" (the concept from Sangfor). In the official client, route of such ip(s) is not through...

> This problem may be caused by trying to access an ip not in "L3VPN resources" (the concept from Sangfor). In the official client, route of such ip(s) is not...

> This could possibly be the cause. I didn't test such a situation because our school includes almost all network segments and routes all traffic through the vpn. (which may...

补充一个个人在 7.6.3 版本观察到的现象(待验证):似乎从 http 访问服务器才可能会跳到其他服务器,如果直接从 https 访问则会固定为域名/ip所对应的服务器。从浏览器和(官方)客户端访问都是这种行为。(未做严格考证,仅经验之谈,希望能给作者/贡献者提供一些有用的信息)

可能与 https://github.com/docker-easyconnect/docker-easyconnect/issues/219#issuecomment-1387343736 是同一个问题。尝试去掉 `-v $HOME/.atrust-data:/root` 参数看看还有没有这种异常情况?