Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. stevedennis
    3. Posts

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    stevedennisS Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 522
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: HTTPS: Failed to load certificate.

      Hi @markus-karthaus_8928 ,

      I haven't seen that error before.

      It's coming from the .NET cryptography library, and when searching for the error message ("The key contents do not contain a PEM, the content is malformed, or the key does not match the certificate."), I'm not getting any hints on specific "gotchas" or ways to resolve the error.

      This is where the error is coming from:
      https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificate2.createfromencryptedpem?view=net-6.0

      So I think the issue must be that the PEM is "invalid" - at least according to the library we're using. I wish I had more information on that, but perhaps you can try a different way to generate it, or try a different way to configure HTTPS.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Inedo Proget Plugin in Jenkins Error

      We don't maintain the Jenkins extension, but I wonder if you entered an API Key? It looks blank on that screen...

      I'm really not sure what the error means otherwise ...

      posted in Support
      stevedennisS
      stevedennis
    • RE: Questions about the new ProGet Vulnerability Central (PGVC)

      Hi @sebastian ,

      [1] That definitely doesn't sound right; that didn't happen when we tested, so we'll have to check that out, it could be a bug...

      [2] 274/566 seems awfully high; several do not have scores, but since we have to compute the score ourselves with equations like these, it's very possible that the underlying data isn't formatted perfect or there's a bug somewhere -- can you share the examples you found so we can investigate?

      [3] This is expected; it seems that many (or most) vulnerabilities in the database do not have a conspicuous CVE number (perhaps they're not CVEs??), and in those cases, the descriptions are very thorough... it's a huge dataset so we're still learning what's in it.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: ProGet 2023 - Timeouts / Unresponsive

      Hi @rie_6529 ,

      It's hard to say; one possibility is that your server is overloaded. If you have multiple build servers, multiple connectors, etc., then it's like a denial of service attack. Under Admin > Advanced Settings, there is a setting called Web.ConcurrentRequestLimit; I would configure that to 500.

      Next, I would investigate SQL Server, and see where/what queries are taking a ton of time.

      With the new indexing system in ProGet 2023, it's possible we missed a SQL index or something. We tested with absolutely massive datasets, but it's hard to say.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Proget database connection issues when server in SQL Always-On Availability group changes.

      Hi @reincarnator247_4909 , please submit a ticket for this with as many details as you can (types of error messages, configuration, etc.), so we can properly review and give advice. It's very case-by-case.

      posted in Support
      stevedennisS
      stevedennis
    • RE: ProGet 2023 - Timeouts / Unresponsive

      Hi @rie_6529 ,

      Did you allow the data migration to complete?

      That can take a significant amount of time if you have a lot of packages (which you likely do).

      That's the only thing that would cause an issue like that which I can think of. Here's the full upgrade notes:
      https://docs.inedo.com/docs/proget-upgrade-2023

      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Questions about the new ProGet Vulnerability Central (PGVC)

      Hi @sebastian,

      Thanks for clarifying that :)

      [1] auto-assess should work just fine; that would be our recommendation anyway

      [2] this is what we thought too, but there were just so few that this would have worked on that we gave up

      So in that case, you can just enable PGVC, enabled download blocking on the feed, and then you'll get all the new PGVC vulnerabilities added to the system after running a Vulnerability Download scheduld job.

      If you delete the OSSIndex source, then all the vulnerabilities/assessments will be deleted.

      There was a very long-standing bug where ProGet wouldn't update or delete a vulnerability if it was updated/deleted at the source. We fixed that in 2023.

      Now I can't say for certain if that's what happened here... but we noticed that some similar erroneous vulnerabilities -- like a vulnerability with a mangled title or some other data entry problem -- disappeared after a nightly scan.

      FYI - expiration dates won't delete the assessments, it'll just consider them invalid

      Hope that helps!

      posted in Support
      stevedennisS
      stevedennis
    • RE: ProGet 2023.1: Exception when trying to push a .snupkg

      Hi @jw ,

      The version number is a bit buried in the logs I believe, but it sounds like things are working now... and it's too much of a guessing game to figure out what might have happened now.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Questions about the new ProGet Vulnerability Central (PGVC)

      Hi @sebastian ,

      We actually used your set to analyze this - and we just couldn't come up with a solution.

      The PGVC found more total vulnerabilities than OSS Index did, but without doing some really complex code or machine learning something, we couldn't figure out an simple way to reconcile the two datasets.

      Many of the OSS Index vulnerabilities didn't list a CVE number, and the titles and descriptions were different - but it seemed like they were talking about the same problem in the same package.

      We gave up after that. Open to ideas for sure!

      Thanks,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Proget database connection issues when server in SQL Always-On Availability group changes.

      Hi @cshipley_6136 ,

      Since it sounds like there's some logs/sensitive info.. I just submitted a ticket on your behalf (EDO-9257), so we'll work to troubleshoot from there!

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Terraform private registry

      Hi @martin-helgesen_8100 ,

      Nothing new I'm afraid; you're the second user who's inquired about this so far.

      We do have several customers using Terraform and ProGet, either using universal packages (like @jeff-miles_5073 suggested) or using Asset Directories. We asked them a while back if they had interest for a "proper" Private Registry, and the response was that even if it was available... they likely wouldn't use it because it would involve changing their system, and they saw no benefit to a feed.

      We know basically nothing about Terraform and have done no research into the costs/complexity of implementing a registry. Do other products/vendors support this?

      The first "red flag" on my end is this:

      Terraform can use versioned modules from any service that implements the registry API. The Terraform open source project does not provide a server implementation, but we welcome community members to create their own private registries by following the published protocol.

      In our experience, documentation is almost always outdated and inaccurate. So this means lots of reverse-engineering of API protocols and lots of debugging.

      Not saying it's impossible, but we'd definitely need community support to make it happen. Check out how the rpm feeds came to be - if it's something you can prototype in Asset Directories (for example), that could go a long way in making it a first-class feed in ProGet :)

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: upack cli --version and --manifest

      Hi @msimkin_1572 , good idea! I just added a small note at the bottom, where we specify manifest. To be honest, I didn't even know that was possible 😅

      posted in Support
      stevedennisS
      stevedennis
    • RE: How can I reset the default admin password for docker container

      Hi @itsoftware_2704 ,

      We don't have instructions specific for Docker containers, but you basically just need to run the ProGet.Service.exe resetadminpassword command on the container. And then restart the container.

      Here is more information on what this does:;
      https://docs.inedo.com/docs/installation-security-ldap-active-directory

      I'm not very well versed in Docker, so I don't know the exact way to run that command - but in the interest of giving you an answer right away, I wanted to share this. Hoping you know how to though :)

      Feel free to share how you ran the command, in case someone else runs into this thread!

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Two PowerShell Gallery packages shown in all feeds

      Hi @richard-carpenter_9650 ,

      Thanks for confirming that; that is really strange. I just tried it msyefl and got the same result.

      The technical answer is that PowerShell gallery is sorting the feed alphabetically, and is only returning the top 100 entries. Of those entries, all but two are unlisted. So that's all you see.

      Not a great UX, so hopefully it goes away (i.e. they return the default sort order by downloads), or maybe we can sort differently ourselves. We're not too keen to change this, since it's the "very sensitive" legacy NuGet v2 API, but perhaps in v2023 we can alter this.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Two PowerShell Gallery packages shown in all feeds

      Hi @richard-carpenter_9650 ,

      When you add a connector to your feed, it will display the packages from those connectors. There's no way to "remove" these packages, since they're on the PowerShell Gallery. But you can always add "connector filters" to show a subset of packages (by name).

      The PowerShell recently changed the API sort order to show packages alphabetically (instead of by download count), which is why you see those packages first.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Error when adding server via WMI

      Hi @jwest_6990

      What Windows server version is Otter installed on? That might help us narrow this down.

      We have seen that error if RSAT is not enabled:
      https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/remote-server-administration-tools

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Conda feed: channeldata.json with non-ASCII (or non-ANSI) characters cause problems with Conda

      Hi @e-rotteveel_1850 ,

      Thanks for all the details here! Very helpful, especially since we know very little about Conda.

      In our code, we have a WriteChannelData and a WriteRepoDataAsync method, which write out these files on demand using the Newtonsoft.Json library for this.

      So, I just specified a StringEscapeHandling of EscapeNonAscii, which will escape all properties. I don't think that will be a problem.

      The change is PG-2295, and it will ship in next maintenance release (Friday, Mar 10). If you'd like to try in a prerelease, just let me know and I can promote our CI-build so you can use it sooner.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Upack push returns "Operation was cancelled by user"

      Hi @priyanka-m_4184 ,

      That message usually indicates a network problem; are you seeing any issues on the ProGet side of things?

      Can you try pushing a package with PowerShell directly instead of using upack.exe? That way you can see an error more clearly, hopefully.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • RE: Buildmaster - Build Purge

      Hi @OtterFanboy ,

      I was able to identify/fix this as BM-3818; looks like the issue was purging a deployed build from a deployed release causes the overview page to crash.

      You can work-around this by finding that release on the main "Releases" tab and purging it too.

      Cheers,
      Steve

      posted in Support
      stevedennisS
      stevedennis
    • 1 / 1