Re: How to test SSL cert from CA?

From: Francisco Reyes <lists(at)natserv(dot)net>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to test SSL cert from CA?
Date: 2015-07-10 04:29:38
Message-ID: 559F4A32.4090403@natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/09/2015 03:07 PM, Vick Khera wrote:
>
> On Wed, Jul 8, 2015 at 10:17 PM, Francisco Reyes <lists(at)natserv(dot)net
> <mailto:lists(at)natserv(dot)net>> wrote:
>
> openssl s_client -connect HOST:PORT -CAfile /path/to/CA.pem

According to this post:
http://serverfault.com/questions/79876/connecting-to-postgresql-with-ssl-using-openssl-s-client?rq=1

one can not use openssl to test ssl connection to postgresql. True?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ramesh T 2015-07-10 12:54:02 timestamp check
Previous Message Francisco Reyes 2015-07-10 04:12:57 Re: How to test SSL cert from CA?