Answered question

When i try to connect to postgresql in NeoLoad i get a connection failed error. Why?.

My credentials are valid since i can use them outside of NeoLoad. This is the error message i get:

org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver

How can i fix that?

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The error message indicates that an encryption algorithm required by the server is not supported by the JDBC driver version used by NeoLoad. If you get that error it probably means that you use an old NeoLoad version or the JDBC driver included in NeoLoad is too old.
Starting from NeoLoad 7.9.0 the JDBC driver version for postgresql is: postgresql-42.2.18.jar
If needed you can download a newer JDBC driver version from here

Replace the current JAR stored in $install_dir/lib/jdbcDrivers by the new JAR file and restart NeoLoad or your remote monitoring agent.

For more details about posgresql monitor please look at the NeoLoad documentation here

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful