Invalid Certificate for myget.org

Dom 31 Reputation points
2021-03-30T14:56:12.857+00:00

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!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,961 questions
0 comments No comments
{count} votes

Accepted answer
  1. brtrach-MSFT 17,741 Reputation points Microsoft Employee Moderator
    2021-04-01T03:17:20.967+00:00

    @Dom Thank you for your question.

    As of December 16th, 2020, dotnet.myget.org was retired. This is why you are encountering certificate issues.

    The recommendation going forward is to use Azure Artifacts.

    Please let us know if you have any further questions or concerns and we would be happy to address them.


1 additional answer

Sort by: Most helpful
  1. David Pérez 1 Reputation point
    2021-05-03T14:38:35.127+00:00

    Hi! I'm facing the same issue. I got <add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />, but I wonder what should I use now? Thanks!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.