-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGX 反代 LomoAgentWin,无法通过 Https 域名登录 #4
Comments
找到原因了,LomoAgentWin 关于跨域请求处理的部分可能在设置上有点问题,我把 nginx 上严格的跨域要求去掉后,反代后的 Web 页面能登录了。 |
把domain改成ip 试试👀 |
试了下 Android 在内网直接用 LomoAgentWin 的 IP:Port 是能连到 LomoAgentWin |
是因为 Android app 现在还不支持 https 加密传输么? |
谢谢指导,前面的链接没仔细看,没注意要先在设置页面设置外网访问设置,以为在账号页面设置就能直接在外网登录。 |
这边给后面的人写些反代的经验
另外正确配置好反代后,建议增加下列的
好吧,被啪啪打脸了,不能屏蔽,否则会导致 app 无法获取服务器信息,从而闪退,只能希望开发者尽快修复下了。 最后,配置好 nginx 反代 https 加密后,需要先在 Android/iOS app 的设置页面设置好外网访问设置,才能在用户登录界面使用外网链接访问服务器。 |
@Zerorigin ,
|
好吧,不过我反代的机子不是 LomoAgentWin 本机,而是同网络下其它机子,所以无法通过 127.0.0.1:8000 来反代。 |
version: https://github.com/lomorage/LomoAgentWin/releases/tag/2022-04-19.22-31-44.0.080b5fa
LomoAgentWin 使用的是默认端口
还有个问题就是反代后,Android 也是无法通过反代后的 Https 域名连接的,难道 Android 走的是 TCP/IP 不是 HTTP/HTTPS ?
The text was updated successfully, but these errors were encountered: