Hello
I want to ask about how to establish a catalon connection to postgresql
i get the following error
“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”
I’ve tried to follow the following post How can I connect and execute query postgresql in katalon project? , but can’t. I’ve also changed pg__hba.conf and searched various references, but still get the same error.
can i get a solution to my problem? or maybe i did something wrong with the instructions from the reference above?
for yout info, i am using katalon 7.2.1 with postgresql version 15.2.1
Katalon 7.2.1 is very old and I have no idea what postgresql driver have (and what PG versions does suport)
You are on a pretty recent version of PG so most probably you need and up-to-date driver.
Try 8.5.5 (latest), in the release notes I see PG driver got updates:
LE: Katalon 8.3.5 may work also
Older versions are not recomended, the built-in driver is subject to various vulnerabilities.
Welcome to Katalon Community! Whenever you see a reply that helps to resolve/answer your questions, make sure to mark said reply as a solution to show your appreciation as well as let others who may have then the same problem get to the solution faster!