Re: solaris and openssl

From: Keith Handlon <Keith(dot)Handlon(at)sas(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: solaris and openssl
Date: 2014-09-17 16:47:12
Message-ID: 993c287daba04ad18390646ed3c69639@MERCMBX37R.na.SAS.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Yes it did.

I got it to work against a server I set up on the same solaris machine. Though I had to set up the <home>/.postgesql/postgresql.crt and postgresql.key. As it gave me informative error messages. Though that seems odd for Self-signed Cert, as I need nothing to connect with ssl from windows.

Still get that same generic error against the linux server though.

-----Original Message-----
From: Adrian Klaver [mailto:adrian(dot)klaver(at)aklaver(dot)com]
Sent: Wednesday, September 17, 2014 11:57 AM
To: Keith Handlon; pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] solaris and openssl

On 09/17/2014 08:44 AM, Keith Handlon wrote:
> Yes, it's a remote client. The server is running on a linux machine.
>
> Example connection string:
> DRIVER=PostgreSQL;SERVER=<hostname>;UID=<user>;PWD=<password>;DATABASE=postgres;PORT=5432;SSLMODE=allow
>

I know you said it built ok, but did it build with ssl?

A peek into config.log might be in order.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Philippe Champignon 2014-09-18 09:51:16 Cannot retrieve sequence number after an insert with OLE DB
Previous Message Adrian Klaver 2014-09-17 15:56:54 Re: solaris and openssl