-
Notifications
You must be signed in to change notification settings - Fork 334
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
Comments
这个是Idea的问题 idea并不会直接采用你系统的代理 同理 你系统开启了VPN 即使可以正常访问Google 但是你的代码是依然没办法访问的 |
就是比较奇怪,因为我的其他项目通过idea本地启动可以通过这个vpn可以正常连接到对应的数据库 |
那么你是直接本地启动 然后再UI上去连接你这个数据库嘛 如果是部署到服务器上 要确定服务器有没有连接上代理 |
是的,我的操作是:在本地启动然后在UI上去连数据库,结果:连接不上 |
也许需要再JDBC连接上配置proxy |
Search before asking
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
Anything else
No response
Version
master
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: