Re: How to test SSL cert from CA?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Francisco Reyes <lists(at)natserv(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to test SSL cert from CA?
Date: 2015-07-09 02:52:55
Message-ID: 11919.1436410375@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francisco Reyes <lists(at)natserv(dot)net> writes:
> Have a client using a commercial application. For a year plus we had
> been using a local self signed certificate without issues. As of a few
> weeks ago a change/update to the program is making it complain about the
> self signed cert.

What's the complaint exactly?

A whole lot of stuff has been broken lately by recent changes in OpenSSL
that make it reject certs with smaller key sizes. You might need to
re-generate your cert with a larger size.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message William Dunn 2015-07-09 06:16:45 Re: Oracle to PostgreSQL Migration - Need Information
Previous Message Francisco Reyes 2015-07-09 02:17:34 How to test SSL cert from CA?