2017-02-15 12 views
1

DataGripは私のPostgresのインスタンスに接続しませんが、私は、端末上でpsql経由で罰金接続することができます。DataGrip PostgresのSSLエラーが:sun.security.validator.ValidatorException

psql -h dbhost.com reps username 
>Password for user... (connects) 

しかし、IntelliJのDataGrip例外:

Connection to [email protected] 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 

それが使用する接続文字列は、データベースのプロペでSSH/SSL]タブでSSL]チェックボックスを無効にしてみてくださいjdbc:postgresql://dbhost.com:5432/dbname

答えて

4

ですrtyウィンドウ。 jdbc:postgresql://localhost:5432/reps?sslmode=require

+0

また、これは私がPhpStorm経由でのPostgresへの接続助けた:それはのようなものを読むよう

[全般]タブでURLへ?sslmode=requireを追加 – ethesx