Exadata, Oracle 12.1.0.2 Enterprise Edition
Same behavior is recognized on 11.2.0.4, but is not visible on 11.2.02. and lower
On Oracle 11.2.03 and higher
select UTL_HTTP.REQUEST('http://www.google.com') from dual;
result is error
ORA-29273: HTTP request failed
ORA-29024: Certificate validation failure
ORA-06512: at "SYS.UTL_HTTP", line 1491
ORA-06512: at line 1
On 11.2.0.2 and lower query works fine.
Please, help, I have no idea. As I know, there is no https call, just http.
Thanks a lot !