Re: SSL & client config.

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: <devAng(at)libero(dot)it>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: SSL & client config.
Date: 2009-07-15 13:57:03
Message-ID: D960CB61B694CF459DCFB4B0128514C203937E39@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

devAng wrote:
> keytool -keystore
> $JAVA_HOME/lib/security/cacerts -alias postgresql -import -file server.crt.der
>
>
> error : Keystore was tampered with, or password was incorrect ?
>
> But the
> password is correct!!!!!!!!
>
> I'm confused help-me please.

Could it be that you mix up the password of the certificate and the
password of the Java key store?

http://java.sun.com/javase/6/docs/technotes/tools/solaris/keytool.html

Yours,
Laurenz Albe

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message devAng@libero.it 2009-07-16 09:24:07 R: Re: SSL & client config.
Previous Message devAng@libero.it 2009-07-15 09:46:25 SSL & client config.