Re: 9.5: Can't connect with PGSSLMODE=require on Windows - Mailing list pgsql-hackers

From Asif Naeem
Subject Re: 9.5: Can't connect with PGSSLMODE=require on Windows
Date
Msg-id CAEB4t-OkxrP17e4oSv2m5ZtYTBKjKTbd0wE7rwDOWTYDGd8B_Q@mail.gmail.com
Whole thread Raw
In response to Re: 9.5: Can't connect with PGSSLMODE=require on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 9.5: Can't connect with PGSSLMODE=require on Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Thank you Tom. The issue seems not reproducible anymore with latest PG95 source code (commit 60fcee9e5e77dc748a9787fae34328917683b95e) Windows build i.e.

C:\PG\postgresql\pg95_with_openssl>bin\psql.exe -d postgres -h 172.16.141.232
psql (9.5alpha2)
WARNING: Console code page (437) differs from Windows code page (1252)
         8-bit characters might not work correctly. See psql reference
         page "Notes for Windows users" for details.
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
Type "help" for help.
postgres=# select version();
                             version
-----------------------------------------------------------------
 PostgreSQL 9.5alpha2, compiled by Visual C++ build 1800, 64-bit
(1 row)

Regards,
Muhammad Asif Naeem

On Tue, Sep 29, 2015 at 3:03 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Thom Brown <thom@linux.com> writes:
> With 9.5 alpha 2 on Windows 8 (64-bit), trying to require SSL results
> in a blocking error:

I've pushed a patch for this; can you verify it on Windows?

                        regards, tom lane


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: track_commit_timestamp and COMMIT PREPARED
Next
From: Robbie Harwood
Date:
Subject: Re: [PATCH v2] GSSAPI encryption support