PGE-XX000: ERROR: Problem with the SSL CA cert (path? access rights?)

Started by Johnathan Tiamohover 2 years ago2 messagesgeneral
Jump to latest
#1Johnathan Tiamoh
johnathantiamoh@gmail.com

Hello

How can this error be resolved?

PGE-XX000: ERROR: Problem with the SSL CA cert (path? access rights?)

Is there any postgresql documentation on this ?

Kind regards
Johnathan T.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Johnathan Tiamoh (#1)
Re: PGE-XX000: ERROR: Problem with the SSL CA cert (path? access rights?)

Johnathan Tiamoh <johnathantiamoh@gmail.com> writes:

How can this error be resolved?
PGE-XX000: ERROR: Problem with the SSL CA cert (path? access rights?)
Is there any postgresql documentation on this ?

No, because it's not a Postgres error: there is no such message
string anywhere in our source code. You should start by trying
to identify what component is actually throwing that error.

regards, tom lane