Skip to content
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

[Bug] 🐛 使用非标准443端口 用户登陆后就无法使用 #76

Closed
ImissLC opened this issue Aug 3, 2023 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@ImissLC
Copy link

ImissLC commented Aug 3, 2023

Describe the bug

目前的环境是docker部署,然后nginx反代,但是nginx反代最终使用了非标端口8443。

不使用cookie登陆时可以使用聊天。但是登录cookie之后只能使用生成图像和撰写文章,直接聊天会一直卡在尝试连接。

Steps to reproduce

使用非标准端口443登陆后即可复现,对话会一直尝试连接。

通过浏览器工具可以看到,使用cookie登陆后,一直请求标准443端口,无法连接至后端。(如附上截图)

Expected behavior

希望能够修正该问题,会自动根据nginx反代回传的端口号修改请求URL。

Screenshots

image

Versions

  • GoProxiBing Version: 1.11.0

Additional context

No response

@ImissLC ImissLC added the bug Something isn't working label Aug 3, 2023
@ImissLC
Copy link
Author

ImissLC commented Aug 3, 2023

补充:截图是原作者旧的,但是更新到作者dalao最新版现象依旧。

@Harry-zklcdc
Copy link
Owner

没办法,newbing限制要求443,
这个我尝试吧,只能尝试解决,不能保证一定解决

@ImissLC
Copy link
Author

ImissLC commented Aug 3, 2023

没办法,newbing限制要求443, 这个我尝试吧,只能尝试解决,不能保证一定解决

感谢大佬,但是我尝试过newbinggogo-web这个项目,使用非标准端口反代就是正常的,是否可以参考一下?

@Xqh-Cxy
Copy link

Xqh-Cxy commented Aug 3, 2023

Describe the bug

目前的环境是docker部署,然后nginx反代,但是nginx反代最终使用了非标端口8443。

不使用cookie登陆时可以使用聊天。但是登录cookie之后只能使用生成图像和撰写文章,直接聊天会一直卡在尝试连接。

Steps to reproduce

使用非标准端口443登陆后即可复现,对话会一直尝试连接。

通过浏览器工具可以看到,使用cookie登陆后,一直请求标准443端口,无法连接至后端。(如附上截图)

Expected behavior

希望能够修正该问题,会自动根据nginx反代回传的端口号修改请求URL。

Screenshots

image

Versions

  • GoProxiBing Version: 1.11.0

Additional context

No response

使用nginx配置基于域名的虚拟主机,域名可以去搜免费二级域名注册(或购买顶级域名),然后解析到你的服务器,nginx可以配置:
server {
listen 443 ssl
server_name <解析的域名>
……
}

@Harry-zklcdc
Copy link
Owner

尝试 Cloudflare Worker 部署一下? 教程在这 #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants