skip to Main Content

Amazon web services – Upgrading MySQL from 5.7 to 8.0 failed due to `Certificate not found: rds-ca-2015`, how to fix?

I am manually Upgrading MySQL from 5.7 to 8.0 in my RDS Console. following this documentation https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html However I am facing and Issue when I press the modify Db Instance button. it produce the error Certificate not found: rds-ca-2015 Does…

VIEW QUESTION

Azure ClientCertificateCredential – Using SNI

I'm trying to authenticate to an Azure AD Application using ClientCertificateCredential (in C#): using Azure.Identity; var credential = new ClientCertificateCredential("TenantId", "AppId", @"pathtocert.pfx"); on the application, I had configured the certificate's SNI as a trusted certificated: "trustedCertificateSubjects": [ { "authorityId": "auth…

VIEW QUESTION
Back To Top
Search