MSVC SSL test failure

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: MSVC SSL test failure
Date: 2021-12-05 17:03:18
Message-ID: af5e0bf3-6a61-bb97-6cba-061ddf22ff6b@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am getting this test failure 001_ssltests.pl on my test MSVC system
when SSL tests are enabled:

not ok 110 - certificate authorization fails with revoked client cert with server-side CRL directory: matches

# Failed test 'certificate authorization fails with revoked client cert with server-side CRL directory: matches'
# at t/001_ssltests.pl line 618.
# 'psql: error: connection to server at "127.0.0.1", port 59491 failed: server closed the connection unexpectedly
# This probably means the server terminated abnormally
# before or while processing the request.
# server closed the connection unexpectedly
# This probably means the server terminated abnormally
# before or while processing the request.
# server closed the connection unexpectedly
# This probably means the server terminated abnormally
# before or while processing the request.'
# doesn't match '(?^:SSL error: sslv3 alert certificate revoked)'

There's nothing terribly suspicious in the server log, so I'm not quite
sure what's going on here.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-12-05 17:50:45 Re: MSVC SSL test failure
Previous Message Tom Lane 2021-12-05 17:01:54 Re: The "char" type versus non-ASCII characters