PostgreSQL connection error

max87's profile image max87 posted 4 years ago in Creating a connection Permalink

Hi guys.

When I am trying to connect to PostgreSQL server I receive an error "Authentication method 10 not supported"

Can someone help me to fix this issue? I assume there is some outdated library but I cant figure out which one.

ansgar's profile image ansgar posted 4 years ago Permalink

I guess this is the outdated libpq.dll, as reported in issue #831 ?

max87's profile image max87 posted 4 years ago Permalink

I guess this is the outdated libpq.dll, as reported in issue #831 ?

Thank you for the response. I tried, but I have a new error now - The specified module could not be found. Tried v10 and v12 libpq.dll

ansgar's profile image ansgar posted 4 years ago Permalink

I don't know, maybe there is a new dependency in the newer dll, which cannot be resolved (another dll load which fails). Please also go through this thread

max87's profile image max87 posted 4 years ago Permalink

Went through it before :). Thats why I started this post. I will try once more.

Anyway, do you plan to include new dll into the app in future?

ansgar's profile image ansgar posted 4 years ago Permalink

Yes, definitely. I also tried the same as you, and got the same error. That's why I didn't update them in the installer yet. If you find something helpful, you could post that in issue #831.

Please login to leave a reply, or register at first.