Re: SSL confirmation

From: Andreas Seltenreich <uwi7(at)rz(dot)uni-karlsruhe(dot)de>
To: andrew(at)jibeya(dot)com (Andrew M)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SSL confirmation
Date: 2004-12-05 17:03:05
Message-ID: 87r7m4isom.fsf@gate450.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2004-12-05 17:03:59 Re: SSL confirmation
Previous Message Jake Stride 2004-12-05 16:55:33 Constaints

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Fuhr 2004-12-05 17:03:59 Re: SSL confirmation
Previous Message Andrew M 2004-12-05 16:53:34 Re: SSL confirmation