Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-29024: Certificate validation failure, but certificate is valid

werner.zennerJun 17 2016 — edited Jun 20 2016

Hi,

We are trying to setup a SSL connection (using PL/SQL) with https://www.ngfkaart.nl, specifically https://www.ngfkaart.nl/club/modules/handicaps/gethandicap.php.

This used to work before with their old certificate, but now we get a ORA-29024 error with the new certificate. We did the following course of action, which we always do for a SSL connection:

- Save the certificate chain in p7b format using Chrome (also tried with Internet Explorer)

- Make a new wallet manager and import the chain

- Use that wallet for the UTL_HTTP request

This has worked before, and we also now tried it with a different site (https://www.centos.org), which gives no error.

Looking at the documentation on https://docs.oracle.com/cd/B28196_01/core.1014/b28185/ssl_tr.htm, we tried to find the reason for the error, but have not found it.

The software supplier of www.ngfkaart.nl says their certificate and chain should be in orde, which is confirmed by https://www.sslshopper.com/ssl-checker.html#hostname=www.ngfkaart.nl. Accessing the site via browser also gives no problem.

Is there any way to pinpoint the exact reason for this error, and how we can make it work? Or is there a step which we are missing?

Thanks in advance for the help!

This post has been answered by Vlad Visan-Oracle on Jun 17 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2016
Added on Jun 17 2016
10 comments
35,181 views