question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SCRAM authentication is not supported by this driver.

See original GitHub issue

System information:

  • MacOS Big Sur v11.3
  • DBeaver Version 21.0.3.202104181339
  • Additional extensions

Connection specification:

  • PostgreSQL with PostGIS
  • PostgreSQL 13.2 (postgresql-42.2.3.jre7.jar, postgis-jdbc-2.2.1.jar, postgis-geometry-2.5.0.jar)
  • No

Describe the problem you’re observing:

SCRAM authentication is not supported by this driver. You need JDK >= 8 and pgjdbc >= 42.2.0 (not “.jre” versions)

Steps to reproduce, if exist:

Attempting to connect to a PostgreSQL 13.1 database on a docker instance with TLSv1.2 installed, I get the error

Include any warning/errors/backtraces from the logs

dbeaver-debug.log

dbeaver-instance.properties contains

#DBeaver instance server properties
#Thu Apr 29 10:47:50 NZST 2021
port=55324

dbeaver-workspace.properties contains

#DBeaver workspace version
#Thu Apr 29 10:47:45 NZST 2021
product-version=21.0.3.202104181339
workspace-id=D13781O419EFGO
product-name=DBeaver

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
CaselITcommented, Oct 1, 2021

Nevermind, the version column is actually the world most user unfriendly drop down… it gives no clue it’s a drop down

It would be nice it was ordered from the newest to oldest, so the newest one is always selected

1reaction
serge-ridercommented, May 26, 2021

We need to upgrade default driver version to a more recent one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SCRAM authentication is not supported by this driver
I am trying to add a PostgreSQL database to DBeaver and am getting the following error when I try to connect to the...
Read more >
Postgre SCRAM Authentication not possible because .jre driver
The reason for the bug is because the postgres driver in the flyway package is the "jre6" ( postgresql-42.2.8.jre6.jar ) version of the...
Read more >
BUG #16736: SCRAM authentication is not supported by this ...
Re: BUG #16736: SCRAM authentication is not supported by this driver. I use the official PostgreSQL image of DockerHub (docker pull postgres:13 ...
Read more >
BUG #16736: SCRAM authentication is not supported by this ...
PSQLException : SCRAM authentication is not supported by this driver. You need JDK >= 8 and pgjdbc >= 42.2.0 (not ".jre" versions)
Read more >
0044832: Support SCRAM authentication with PostgreSQL ...
org.postgresql.util.PSQLException : SCRAM authentication is not supported by this driver. You need JDK >= 8 and pgjdbc >= 42.2.0 (not ".jre" vesions).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found