Skip to Main Content

Infrastructure Software

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!

yum -y install oracle-database-preinstall-19c erroring out

User_S4O1PMay 30 2022

Hello All,

I am running Oracle docker image mentioned at :
https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/dockerfiles/19.3.0
In one the shell script we are trying to run

yum -y install oracle-database-preinstall-19c and this failing with following error

https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."

and when I set sslverify as False then getting :

https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/repodata/180f470efde3c1b8b6734adda054286860c65c82-primary.sqlite.bz2: [Errno 14] HTTPS Error 403 - Forbidden

Please help

Comments
Post Details
Added on May 30 2022
0 comments
964 views