org.postgresql.util.PSQLException:设置GSS编码连接时发生错误在Postgres / Greenplum

问题描述

连接到Postgres / Greenplum时出现。

org.postgresql.util.PsqlException: An error occurred while setting up the GSS Encoded connection.

我正在使用相同的连接文件,并且在postgres 11 / Greenplum v5.0之前都可以正常工作

解决方法

PostgreSQL 12和更高版本现在允许GSSAPI加密连接。此参数控制是否强制使用GSSAPI加密。

如果未配置加密,则应通过设置JDBC连接参数来禁用
gssEncMode =禁用

参考:https://www.ibm.com/support/pages/node/6323207