PgDAC/PostgreSQL connection for PostgreSQL 18, requires SNI

PgDAC/PostgreSQL connection for PostgreSQL 18, requires SNI


Trying to connect to a cloud PostgreSQL connection, with PgDAC 9, I got an error saying "No SNI Information found".

I found this:

I updated PgDAC to v10 in combination with the latest SecureBridge.

I've added the TCRSSLIOHandler, set Connection.SSLOptions.Mode to smPrefer or smVerifyFull.

Why trying to connect now, it fails, but the error message is completely empty.


Using the exact same connection details in PgAdmin 4, host, username, password and database, and setting "sslmode" to "prefer" it works fine. There's no certificate or anything else.

Any clue?

With regards,

Martijn