On Friday, August 5, 2022 at 8:35:12 AM UTC-6 Sunil wrote:
I am running into errors installing plugins on a new Jenkins > installation on Linux. > > java.security.cert.CertificateException: No subject alternative DNS > name matching updates.jenkins.io found. > > Have you updated the operating system packages to the most recent releases? We've seen issues in the past where a user installed the operating system and was unable to use current SSL certificates because their operating system had not been updated with the most recent packages. # yum update I actually prefer "yum upgrade" but https://unix.stackexchange.com/questions/55777/in-centos-what-is-the-difference-between-yum-update-and-yum-upgrade warns that "yum update" may be the better choice for most users. Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f584711c-0204-400e-81d4-0d079fadcaa6n%40googlegroups.com.
