unsupported frontend protocol 1234.5680: server supports 2.0 to 3.0

Viewed 10371

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

2 Answers

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
Related