'unsupported frontend protocol 1234.5680: server supports 2.0 to 3.0

I am running confluence 7.9.1 and postgres 10 but when we start only postgres container it doesn't throw below logs

unsupported frontend protocol 1234.5680: server supports 2.0 to 3.0

but when we start confluence with version 7.9.1 , postgres container will throw above logs.

Anyone know how we can resolve this since we tried PGGSSENCMODE=disable in env but it didnt help.

Regards,

Samurai



Solution 1:[1]

For those who are using postgresql-42.2.16.jar or prior and are looking to quiet this error without upgrading the JDBC jar, you can use the following option in the connection string - note case sensitivity:

gssEncMode=disable

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Chris Lindseth