Re: pg_ssl

2019-04-29 Thread Stephen Frost
l_server*, and the other is called > *pg_ssl_client*. Packaged together, they are referred to by the name > "*pg_ssl*". They are issued under the postgres license. > > They have been tested out on Ubuntu 18 and python 3.6.7 with postgres 11. If you're targeting PG11

Re: pg_ssl

2019-04-28 Thread Steve
Will be doing in just a few days. I am taking _initial_ suggestions, incorporating them, then I will be setting that up. On 4/28/2019 11:25 AM, David Fetter wrote: On Sat, Apr 27, 2019 at 12:54:07PM -0400, Steve wrote: As you might know, generating SSL certificates for postgres (to be used by

Re: pg_ssl

2019-04-28 Thread David Fetter
On Sat, Apr 27, 2019 at 12:54:07PM -0400, Steve wrote: > As you might know, generating SSL certificates for postgres (to be > used by pgadmin, for example...) can be quite a bear; especially if > you need more than one, since they are based on the username of the > postgres user. Thanks for sendin

pg_ssl

2019-04-27 Thread Steve
that (I, as a number of other developers do, appreciate python for its ease of code inspection...); one is called *pg_ssl_server*, and the other is called *pg_ssl_client*. Packaged together, they are referred to by the name "*pg_ssl*". They are issued under the postgres license. They