Re: SSL confirmation - Mailing list pgsql-general

From Andreas Seltenreich
Subject Re: SSL confirmation
Date
Msg-id 87r7m4isom.fsf@gate450.dyndns.org
Whole thread Raw
In response to Re: SSL confirmation  (Andrew M <andrew@jibeya.com>)
Responses Re: SSL confirmation  (Andrew M <andrew@jibeya.com>)
List pgsql-general
Andrew M. writes:

> To answer my own question I included the -l flag:
>
> /usr/local/pgsql/bin/postmaster -l -i -D /usr/local/pgsql/data
>
> No errors were reported, which I guess there would be if:
>
> 1. postgreSQL had not ben built with SSL support? or
> 2. the certificate has not been properly setup?

You could also use openssl's utilities to diagnose the SSL part of the
connection. For example:

$ openssl s_client -host localhost -port <port>

will show you details about the authentication and encryption in use.

HTH
Andreas

pgsql-general by date:

Previous
From: Jake Stride
Date:
Subject: Constaints
Next
From: Michael Fuhr
Date:
Subject: Re: SSL confirmation