Re: SSL error

From: Thom Brown <thombrown(at)gmail(dot)com>
To: AI Rumman <rummandba(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: SSL error
Date: 2010-05-04 11:03:07
Message-ID: o2wbddc86151005040403ye8d525easd2ae4a2e47bab36c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4 May 2010 11:50, AI Rumman <rummandba(at)gmail(dot)com> wrote:

> I have created server.crt and server.key using the Postgresql
> documentation.
>
> Followings are the commands:
> -------------------------------------------
> openssl req -new -text -out server.req
>
> openssl rsa -in privkey.pem -out server.key
> rm privkey.pem
>
> openssl req -x509 -in server.req -text -key server.key -out server.crt
>
> chmod og-rwx server.key
> -------------------------------------------
> Mdified
>
> SSL=on at postgresql.conf and restarted the server.
>
> But when I am trying to connect I get the following error:
>
> FATAL: no pg_hba.conf entry for host "10.0.0.34", user "postgres",
> database "postgres", SSL off
>
> Please tell me why I get this error.
>

It appears you're not connecting securely and there's no access from your IP
specified in pg_hba.conf. You'll need to change that file and restart the
service.

Thom

In response to

  • SSL error at 2010-05-04 10:50:43 from AI Rumman

Responses

Browse pgsql-general by date

  From Date Subject
Next Message AI Rumman 2010-05-04 11:12:16 Re: SSL error
Previous Message AI Rumman 2010-05-04 10:50:43 SSL error