Connecting to a PostgreSQL database using SSL when the server requires SNI

Connecting to a PostgreSQL database using SSL when the server requires SNI

Hello,

We have a problem connecting to a certain cloud PostgreSQL database using SSL, because the server requires a server name indicator (SNI). We tried the both connection ways described in the "Connection to PostgreSQL through SSL in Delphi" manual (https://docs.devart.com/unidac/postgresql-ssl.htm) with no luck.

We can connect to the servers, which don't require SNI, so the connection itself works fine. However, it seems that UniDAC doesn't send the SNI to the server. We examined the list of possible SpecificOptions for the PostgreSQL provider and haven't found anything we can use.

We use UniDAC version 9.4.0, which is not the latest version. We hope the problem may be already fixed in the latest version or planned to be fixed in the nearest future. In this case we are happy to buy the version where the problem is solved.