On Mon, Feb 25, 2013 at 10:07 AM, Adrian Klaver wrote:
> 1) Postgres-XC != Postgres. It shares a code base but adds more moving
> parts. Along that line, you will need to be more specific about how you
> have setup Postgres-XC and exactly which part is failing? I for one do not
> use it, so I am n
On 02/24/2013 05:54 PM, Maz Mohammadi wrote:
Hi Adrian,
Thanks for sharing some pointers with me. You are right, it's not actually an
JDBC driver issue. I posted it on jdbc, because I'm accessing it from a jdbc
client, I thought there might be some security issues with the JDBC driver.
1) I
ssl.trustStorePassword=password
I'll post this on the other distribution list. BTW, I don't see much in the
log files under /var/log directory.
-maz
-Original Message-
From: Adrian Klaver [mailto:adrian.kla...@gmail.com]
Sent: Sunday, February 24, 2013 8:08 PM
To: Maz Moha
On 02/24/2013 02:35 PM, Maz Mohammadi wrote:
Correct!
I'm new postgresql and I need to figure this out for a client. I installed a
bunch packages on my Ubuntu linux and here I am. I've learned a lot. I have 2
datanodes, coordinator + gtm.
Some general pointers on helping to figure this ou
com]
Sent: Sunday, February 24, 2013 4:37 PM
To: Maz Mohammadi
Cc: pgsql-j...@postgresql.org; pgsql-general@postgresql.org
Subject: Re: [GENERAL] [JDBC] can't access through SSL
On 02/23/2013 08:05 PM, Maz Mohammadi wrote:
> I still can't access my SSL enabled server!!!
>
> Is roo
On 02/23/2013 08:05 PM, Maz Mohammadi wrote:
I still can’t access my SSL enabled server!!!
Is root.crt supposed to be an exact copy of server.crt file which I use
in my client’s keystore?
I have another observation. As I start the coordinator node, I don’t
see any file access to the server.key
On Feb 23, 2013, at 11:05 PM, Maz Mohammadi wrote:
>
> FATAL: connection requires a valid client certificate.
I use openssl to verify the chain, I think that would help you know what's
going on:
openssl verify -CAfile rootca.crt user.crt
I still can't access my SSL enabled server!!!
Is root.crt supposed to be an exact copy of server.crt file which I use in my
client's keystore?
I have another observation. As I start the coordinator node, I don't see any
file access to the server.key or server.crt file? Aren't these files supp