Re: How to enable SSL on client

Поиск
Список
Период
Сортировка
От Harshad Adalkonda
Тема Re: How to enable SSL on client
Дата
Msg-id CANnQH_gjK7WX+kPjNo6RhQu1U0s63gFXJQ+NUWinDhsrf=PEXQ@mail.gmail.com
обсуждение исходный текст
Ответ на How to enable SSL on client  ("Rajagopalan, Jayashree" <Jayashree.Rajagopalan@emc.com>)
Список pgsql-admin

On Fri, Dec 5, 2014 at 3:07 PM, Rajagopalan, Jayashree <Jayashree.Rajagopalan@emc.com> wrote:

Hi all:

 

I’m on postgres 9.0.18. Want to enable SSL for the DB connections.

The binaries are build including the openssl.

 

I modified the postgresql.conf – for ssl=on.

Copied the server.crt in the  data folder.

Modified pg_hba.conf  - to add:


“hostssl  all         all        0.0.0.0/0       md5”

 

Getting the following errors in the logs when I start DB:

FATAL:  no pg_hba.conf entry for host "127.0.0.1", user "myuser", database "mydb", SSL off

 

Can someone share the right procedure to enable SSL on client?

I’ve created ~/.posgresql directory and added the client.crt and server.key.

 

Regards

Jayashree



Sorry for one typo error

hostssl  myuser        mydb          192.168.0.112/32        cert clientcert=1

Thanks & Regards,
Harshad Adalkonda
Database Administrator
harshad.adalkonda@shreeyansh.com

www.shreeyansh.com

В списке pgsql-admin по дате отправления:

Предыдущее
От: Harshad Adalkonda
Дата:
Сообщение: Re: How to enable SSL on client
Следующее
От: Jan Harasym
Дата:
Сообщение: Re: Postgres 9.2.4 : psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams