Re: SSL Connection Problems

From: Kris Jurka <books(at)ejurka(dot)com>
To: dgr <me(at)home(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SSL Connection Problems
Date: 2004-07-29 03:23:29
Message-ID: Pine.BSO.4.56.0407282221210.155@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 28 Jul 2004, dgr wrote:

> Thanks for the reply...
>
> About the LOG, this is the complete log (with
> log_error_verbosity=verbose):
>
> ------------------------------------------------------
> C:\Documents and Settings\postgresql>postmaster
> LOG: could not recognize system timezone, defaulting to "Etc/GMT-1"
> HINT: You can specify the correct timezone in postgresql.conf.
> LOG: could not load root certificate file
> "C:/postgres/data/root.crt": No such
> file or directory
> DETAIL: Will not verify client certificates.

This error message isn't really an error. It is an additional option that
may be used to verify that the connecting client is who they say they are.
This is not needed and is not the cause of your problem.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-07-29 03:28:56 Re: Wrong column names in ResultSetMetaData
Previous Message Kris Jurka 2004-07-29 03:20:46 Re: Wrong column names in ResultSetMetaData