| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Susan Joseph <sandajoseph(at)verizon(dot)net> |
| Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: PostgreSQL 11 with SSL on Linux |
| Date: | 2020-06-04 15:14:40 |
| Message-ID: | CABUevEzuA2rS1PUR7dxjZ6nHjJGYvEL9fOQ50OogxrEexVTH_g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, Jun 4, 2020 at 5:01 PM Susan Joseph <sandajoseph(at)verizon(dot)net> wrote:
> Can someone tell me if there is a yum version of PostgreSQL 11 that can be
> installed on Linux that has SSL enabled? Currently the only way I have
> gotten SSL turned on in PostgreSQL is by doing the following commands:
>
>
> - *tar xzvf /tmp/postgresql-11.2.tar.gz -C /data*
> - *mv /data/postgresql-11.2 /data/pgsql*
> - *cd /data/pgsql*
> - *./configure --prefix=/data/pgsql --without-readline --without-zlib
> --with-openssl >> conf.log*
> - *make*
> - *make install*
>
>
All the PostgreSQL versions available om yum from the postgresql.org site
have SSL enabled. Just install using the instructions from
https://www.postgresql.org/download/.
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Koen De Groote | 2020-06-04 15:37:38 | Index no longer being used, destroying and recreating it restores use. |
| Previous Message | David G. Johnston | 2020-06-04 15:01:15 | Re: Can we get SQL Server-like cross database queries |