|
Hi,
On R12.2.4 DB 11.2.0.4 on AIX,
I have this error for ACL:
ORA-29024: Certificate validation failure
I looked for it and I found:
Cause: The certificate sent by the other side could not be validated. This may occur if the certificate has expired, has been revoked, or is invalid for another reason.
Action: Check the certificate to determine whether it is valid.
Then to verify validity I tried:
openssl s_client -servername server.fr -connect server.fr:4450 2>/dev/null | openssl x509 -noout -dates
unable to load certificate
804401144:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:697:Expecting: TRUSTED CERTIFICATE
I tried also:
orapki wallet display -wallet /`hostname`/outilsOA/walletOA/
Enter wallet password:
which returned:
Unable to load wallet at /host/outilsOA/walletOA
My questions:
Why these errors?
Any better commande line to verify the validity?
Thanks.
|