Re: solaris and openssl - Mailing list pgsql-odbc

From Keith Handlon
Subject Re: solaris and openssl
Date
Msg-id 993c287daba04ad18390646ed3c69639@MERCMBX37R.na.SAS.com
Whole thread Raw
In response to Re: solaris and openssl  (Adrian Klaver <adrian.klaver@aklaver.com>)
List 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.crtand postgresql.key.  As it gave me informative error messages.  Though that seems odd
forSelf-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.klaver@aklaver.com]
Sent: Wednesday, September 17, 2014 11:57 AM
To: Keith Handlon; pgsql-odbc@postgresql.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.klaver@aklaver.com


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: solaris and openssl
Next
From: Heikki Linnakangas
Date:
Subject: Re: Problem in Re-using the prepared statement