Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
ORA-29024: Certificate validation failure - https://accounts.google.com/o/oauth2/auth

Dear All,
I've done a fair amount of digging and I've not found anything that can help me on this one.
I've setup a wallet on my database and imported the following certificates.
When I run:
SELECT utl_http.request('https://accounts.google.com/o/oauth2/auth',null,'file:C:\OracleDatabase\product\12.1.0\dbhome_1\owm\wallets\oracle','superman99') from dual;
I get:
ORA-29273: HTTP request failed
ORA-29024: Certificate validation failure
ORA-06512: at "SYS.UTL_HTTP", line 1491
ORA-06512: at line 1
Running it for https://google.com is successful. even running it for https://maps.google.com is successful.
Doing for further digging around I notice that there is a call to the following:
Naviaging to this i find a *.google.com certificate:
I've tried exporting and loading this certficate several times in severeal ways and in different formats but I always get the same exception:
I have tried removing all certificates except this one and I still get the same error.
My Oracle version is:12.1.0.2.0 Enterprise Edition
On: Microsoft Windows x86 64-bit
Update I found the following article, and I've tried removing the endpoint URL SSL certificate, but sadly it's still not working:
Thanks for your help!
Peter
Answers
-
theres a couple bugs on 12.1.0.2 with this if you hit support.
-
Thanks. I'll take a look and report back if there are any patches etc
-
Hi @oralicious I had a look on support but could only see an instance where they had upgraded their database and then they simply uploaded exported the certificates and then imported them into the 12c one. Could you provide a like to anything else that you may have found?
Thank you,
Peter