Hi there,
Does anybody know if Microsoft owns the domain myget.org? One of our Azure Pipelines build processes uses this domain, but the build is failing with the following error: "Unable to load the service index for source https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json. The SSL connection could not be established. The remote certificate is invalid according to the validation procedure." Browsing to dotnet.myget.org in a browser does indeed flag up the fact that the certificate is invalid.
Looking at the certificate, it's been issued to *.oneroute.microsoft.com but, of course, the URL of the site (myget.org) doesn't match. I'm guessing this is why the certificate is invalid. (The certificate's "valid from/to" dates are also a little misleading, until you realise that a "valid to" date of 03/09/2021 is 3rd September 2021, and not 9th March 2021.) Due to the certificate being issued to Microsoft, I've assumed that the myget.org domain is a Microsoft-owned site, and it would be Microsoft's responsibility to update the certificate.
To that end, I raised a support ticket in Azure, but the impression I got from the support engineer is that he didn't recognise the fact that Microsoft needs to update the certificate. I've asked for confirmation from him that Microsoft owns the site (and hence, they'd need to update the certificate) but so far I've had no response.
So I asked @AzureSupport the same question on Twitter, and they simply directed me to this site to ask the question
Am I going mad, or am I right in thinking it's Microsoft who should be updating the certificate for myget.org? Thanks in advance!