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

本地启动后,webui界面无法将需要通过vpn才能访问的数据库添加为数据源 #1165

Open
2 of 3 tasks
whiteS18 opened this issue Mar 18, 2024 · 7 comments
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@whiteS18
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

项目相关数据库存在内网数据库使用vpn访问,通常情况下启动vpn后,代码/gui客户端可以访问数据库,但是通过taier的webui界面添加数据源时提示The application server refuses to establish a connection, please check if the network is smooth

What you expected to happen

可以正常添加数据源

How to reproduce

vpn已连接

gui正常访问

webui测试连通性时报错

Anything else

No response

Version

master

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@whiteS18 whiteS18 added the bug Something isn't working label Mar 18, 2024
@Jixiangup
Copy link
Collaborator

这个是Idea的问题 idea并不会直接采用你系统的代理 同理 你系统开启了VPN 即使可以正常访问Google 但是你的代码是依然没办法访问的

@Jixiangup
Copy link
Collaborator

相关解决方案 尝试一下
image
如果不行再回复我。

@whiteS18
Copy link
Author

相关解决方案 尝试一下 image 如果不行再回复我。

我的idea设置的是自动代理,如果要改成手动代理的话这个端口应该改成什么?我访问内网的vpn不是用的clash
图片

@whiteS18
Copy link
Author

这个是Idea的问题 idea并不会直接采用你系统的代理 同理 你系统开启了VPN 即使可以正常访问Google 但是你的代码是依然没办法访问的

就是比较奇怪,因为我的其他项目通过idea本地启动可以通过这个vpn可以正常连接到对应的数据库

@Jixiangup
Copy link
Collaborator

这个是Idea的问题 idea并不会直接采用你系统的代理 同理 你系统开启了VPN 即使可以正常访问Google 但是你的代码是依然没办法访问的

就是比较奇怪,因为我的其他项目通过idea本地启动可以通过这个vpn可以正常连接到对应的数据库

那么你是直接本地启动 然后再UI上去连接你这个数据库嘛 如果是部署到服务器上 要确定服务器有没有连接上代理

@whiteS18
Copy link
Author

这个是Idea的问题 idea并不会直接采用你系统的代理 同理 你系统开启了VPN 即使可以正常访问Google 但是你的代码是依然没办法访问的

就是比较奇怪,因为我的其他项目通过idea本地启动可以通过这个vpn可以正常连接到对应的数据库

那么你是直接本地启动 然后再UI上去连接你这个数据库嘛 如果是部署到服务器上 要确定服务器有没有连接上代理

是的,我的操作是:在本地启动然后在UI上去连数据库,结果:连接不上

@Jixiangup
Copy link
Collaborator

也许需要再JDBC连接上配置proxy

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

2 participants