Thread: How to use SSL conections?
Hi, My system config is: Backend (Linux) Clients (VB6) | ODBC | +------------------------+ TCP/IP I want use SSL connections. How I do? At the backend side I need to compile the PostgreSQL --with-openssl option. At the client side what I need to do? Where I can find more info about PostgreSQL SSL operation? Thanks. Marcos Cruz Instituto Nacional de Tecnologia da Informacao Campinas, SP - Brazil
Marcos Cruz writes: > My system config is: > > Backend (Linux) Clients (VB6) > | ODBC | > +------------------------+ > TCP/IP > > I want use SSL connections. How I do? > > At the backend side I need to compile the PostgreSQL --with-openssl > option. > At the client side what I need to do? Implement SSL support in the ODBC driver and share it with the rest of us. :-/ Currently, only libpq-based interfaces are known to support SSL connections. -- Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter