Re: SSL Certificates in Windows 7 & Postgres 9.3

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SSL Certificates in Windows 7 & Postgres 9.3
Date: 2014-12-18 06:21:01
Message-ID: 5492724D.7030603@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/17/2014 10:14 PM, harpagornis wrote:
> I am developing a Windows desktop application so the client is the desktop
> application. Depending on the installation, the app will be running in
> single user mode, with the server and client both on only one machine, using
> 127.0.0.1. In that type of installation, there is little or no reason the
> server and the client cannot share configuration files. Alternatively, the
> app could be installed for multiple users on a network server. Even in that
> type of installation, is there some reason that the client should never
> access server configuration files?

the client has no USE for the server configuration files, there's
NOTHING in there of interest to him, or that he should know that he
can't figure out by querying the server..

we're talking about SSL here. there's the *SERVER* public and private
key, and there's the *USER* public and private key. THESE ARE
DIFFERENT, even if you're doing SSL to/from the same system (it can be
argued that using SSL on localhost is a waste of time, but whatever).

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cristian Iturrieta 2014-12-18 17:49:56 Postgresql 9.2, Memoy cache usage.
Previous Message harpagornis 2014-12-18 06:14:38 Re: SSL Certificates in Windows 7 & Postgres 9.3