Re: oracle wallet
From: Ray Stell <stellr_at_vt.edu>
Date: Wed, 5 Mar 2014 13:12:11 -0500
Message-Id: <3B4F02F9-8FA3-4A87-A0E0-73A80D794238_at_vt.edu>
Date: Wed, 5 Mar 2014 13:12:11 -0500
Message-Id: <3B4F02F9-8FA3-4A87-A0E0-73A80D794238_at_vt.edu>
> ----- Original Message -----
> From: "Alessandro Lia" <a.lia_at_tct-it.com>
> To: Oracle-L_at_FreeLists.org
> Sent: Tuesday, 4 March, 2014 09:20:12 GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
> Subject: oracle wallet
>
> ORA-28868: certificate chain check failed
I always use openssh command to confirm cert chain validity:
openssl verify -CAfile cacert.filename your.cert.file
also, check the values by reading them may tell you something. Use this syntax:
openssl x509 -noout -text -in your.cert.file
you can read the CA that way, also.
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Mar 05 2014 - 19:12:11 CET