-
Notifications
You must be signed in to change notification settings - Fork 789
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
springboot应用部署到rainbond上无法连接postgreSQL数据库:服务器不支援 SSL 连线。 #1540
Comments
Title: The springboot application deployed to rainbow cannot connect to the postgreSQL database: the server does not support SSL connections. |
Test demo: https://gitee.com/kpcode/pgtest1.git |
@zzzhangqi Java demo: https://gitee.com/kpcode/pgtest1.git 里面有配置好的测试数据库 |
@zzzhangqi Java demo: https://gitee.com/kpcode/pgtest1.git contains a configured test database |
v6 版本已对此类问题进行整体升级并解决,请再次尝试! |
The v6 version has overall upgraded and solved such problems, please try again! |
Describe the bug
本地或者部署到其他服务上的springboot应用可以正常访问到postgreSQL数据库,但是同样的配置与环境部署到rainbond(v5.4.0-release) 上就展示错误:
PoolInitializationException: Failed to initialize pool: 服务器不支援 SSL 连线。
连接地址也添加了ssl=false; 数据库ssl也禁了;查询很多地方也没有提示:服务器不支援 SSL 连线。
麻烦看看是否服务器对SSL做了什么限制呢?
The text was updated successfully, but these errors were encountered: