環境PSQLException:サーバーがSSLをサポートしていません
のWindows HikariCPバージョン:2.6.0 JDKのバージョン:1.8.0_65 データベース:PostgreSQLの ドライババージョン:42.0.0 org.postgresql
これは2時間のようにしばらく動作し、その後例外が発生します。 私の設定:あまりにもSSLに関連
ds = new HikariDataSource();
ds.setMaximumPoolSize(poolSize);
ds.setLeakDetectionThreshold(15000);
ds.setDataSourceClassName("org.postgresql.ds.PGSimpleDataSource");
ds.addDataSourceProperty("serverName", serverAddress);
ds.addDataSourceProperty("databaseName", database);
ds.addDataSourceProperty("user", user);
ds.addDataSourceProperty("portNumber", port);
ds.addDataSourceProperty("password", password);
私はpostgresql.confが設定されていない何も。
他の人:https://github.com/brettwooldridge/HikariCP/issues/844 https://github.com/pgjdbc/pgjdbc/issues/788ます。https:// githubの.com /メタベース/メタベース/ issues/1905 – anothermh
私はこれらの問題を開いています。 – Alexandre