OpenSSL SSL_read: error:14094415:SSL routines:ssl3_read_bytes:sslv3 alert certificate expired, errno 0

Error seen while installing Automation suite single/multi-node online deployment. 14025: Could not install all required packages. Please follow requirements in ** before running the installer again. "OpenSSL SSL_read: error:14094415:SSL routines:ssl3_read_bytes:sslv3 alert certificate expired, errno 0"

Error Message:

image.png


Even if the user tries to execute the below command, the issue persists:

  • yum update

image.png



Resolution: Execute the below command to fix the issue,

yum --disablerepo='*' remove 'rhui-azure-rhel8'

wget https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8.config

yum --config=rhui-microsoft-azure-rhel8.config install rhui-azure-rhel8

yum update ca-certificates

yum clean all