Re: PostgreSQL 11 with SSL on Linux

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
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-05 06:21:39
Message-ID: 6107CC0A-53C0-4411-A062-C117C9F20878@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Susan,

you need to install the openssl rpm if you don't have that already. But it should be a standard package in all Linux distributions, so it should be in your repository.

Exmaple from my host:
$ rpm -qa openssl
openssl-1.1.0i-lp151.1.1.noarch

Cheers,
Paul

> On 04. Jun, 2020, at 18:50, Susan Joseph <sandajoseph(at)verizon(dot)net> wrote:
>
> So the other issue I have is that I am running this on a server that is not connected to the Internet. So I have downloaded the RPM file but I can't figure out how to install it without it trying to access files on the Internet. Are there other libraries I need to include in my download for this to work on a non-networked server?
>
>
>
> -----Original Message-----
> 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>
> Sent: Thu, Jun 4, 2020 11:14 am
> Subject: Re: PostgreSQL 11 with SSL on Linux
>
>
>
> 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/
> Work: https://www.redpill-linpro.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Paul Förster 2020-06-05 06:37:42 Re: Multitenent architecture
Previous Message Tom Lane 2020-06-05 00:32:51 Re: Binary encoding of TIMESTAMP WITH TIME ZONE