Re: [JDBC] can't access through SSL

From: Ray Stell <stellr(at)vt(dot)edu>
To: Maz Mohammadi <mmohammadi(at)pentaho(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [JDBC] can't access through SSL
Date: 2013-02-24 19:37:05
Message-ID: 72381874-14C2-4A83-A824-F8E0A2EF9E92@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-02-24 21:36:53 Re: [JDBC] can't access through SSL
Previous Message Kevin Grittner 2013-02-24 16:56:54 Re: Dumb question involving to_tsvector and a view

Browse pgsql-jdbc by date

  From Date Subject
Next Message Adrian Klaver 2013-02-24 21:36:53 Re: [JDBC] can't access through SSL
Previous Message Maz Mohammadi 2013-02-24 04:05:12 Re: can't access through SSL