DataGrip不会连接到我的Postgres实例,但我可以通过终端上的psql
进行正常连接:
psql -h dbhost.com reps username
>Password for user... (connects)
然而,IntelliJ DataGrip抛出:
Connection to username@dbhost.com failed.
SSL error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
它使用的连接字符串是jdbc:postgresql://dbhost.com:5432/dbname
答案 0 :(得分:16)
尝试在数据库的属性窗口的SSH / SSL选项卡中禁用SSL复选框。
然后将?sslmode=require
附加到“常规”标签中的网址,以便它显示如下内容:
jdbc:postgresql://localhost:5432/reps?sslmode=require
答案 1 :(得分:0)
在数据库的sslmode
窗口的disable
标签中将Advanced
更改为property