0

When trying to log onto the form then I get error in Tomcat :

Authentication type 10 is not supported. Verify that you have configured the pg_hba.conf file to include the client's IP address or subnet and that it uses a driver-supported authentication scheme.

How to fix it ?

pheromix
  • 18,213
  • 29
  • 88
  • 158
  • You need to update your JDBC driver –  Apr 07 '21 at 13:03
  • @a_horse_with_no_name this is how I set the driver : `jdbc.driverClassName = org.postgresql.Driver jdbc.url = jdbc:postgresql://localhost:5432/wktools` ; so how can I change it ? – pheromix Apr 07 '21 at 13:29
  • 1
    You need to download a newer version of the .jar file from https://jdbc.postgresql.org/ or see the linked duplicate it includes a description how to do it with Maven –  Apr 07 '21 at 13:32
  • ok, it works : I modified the pom.xml – pheromix Apr 07 '21 at 13:51

0 Answers0