Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    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!

    After upgrading to 2026 https no longer works

    Scheduled Pinned Locked Moved Support
    5 Posts 2 Posters 48 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ValentijnV Offline
      Valentijn
      last edited by

      Hi,

      I upgraded from 2025.27 to 2026 but was no longer able to access proget through https

      Our internal address: https://packages.vicrea.nl/
      The local http address still worked: http://localhost:8624/

      I reverted back to 2025.27 and that works again.

      Could not find much more info then this in the event viewer

      Category: Microsoft.AspNetCore.Server.Kestrel
      EventId: 0

      Overriding address(es) 'http://*:8624, https://packages.vicrea.nl:443'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.

      Kind regards,

      Valentijn

      1 Reply Last reply Reply Quote 1
      • atrippA Offline
        atripp inedo-engineer
        last edited by

        Hi @Valentijn ,

        This looks like some consequence of a platform change (we went from .NET8 to .NET10), but it's hard to say.... I wonder if there's some kind of issue with the mixed bindings (i.e. using port sharing for https, but not for http).

        What does your <WebServer> node look like in your configuration file?
        https://docs.inedo.com/docs/installation/configuration-files

        Can you try it without port sharing? So basically just http://*:8624, https://*:443

        Thanks,
        Alana

        1 Reply Last reply Reply Quote 0
        • ValentijnV Offline
          Valentijn
          last edited by

          I tried http://:8624, https://:443 before upgrading but that does not work and gives the same event viewer warning:

          Overriding address(es) 'http://:8624, https://:443'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.

          atrippA 1 Reply Last reply Reply Quote 0
          • atrippA Offline
            atripp inedo-engineer @Valentijn
            last edited by

            Hi @Valentijn ,

            I just checked and that's an expected message.

            Can you stop the ProGet service, then navigate to a commandline and run proget.exe run?

            That will give detailed console output; in there you may see some messages about HTTP bindings, such as this:

            The URL was configured to use HTTPS, but a certificate was not specified.
            info: Inedo.Web.BackgroundTaskQueueService[0]
                  Background Task Queue is starting.
            warn: Microsoft.AspNetCore.Server.Kestrel[0]
                  Overriding address(es) 'http://*:8624, https://*:8625'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead.
            info: Microsoft.Hosting.Lifetime[14]
                  Now listening on: http://[::]:8624
            info: Microsoft.Hosting.Lifetime[14]
                  Now listening on: http://[::]:8625
            

            Hopefully that will give us a clue.

            Thanks,
            Alana

            1 Reply Last reply Reply Quote 0
            • ValentijnV Offline
              Valentijn
              last edited by

              Hi,

              I was on a short vacation but today I upgraded to 2026.3 (build 14) without any problems.

              This probably fixed it:
              PG-3299 2026.3 FIX: Hostname based binding fails when hosting on Windows with HTTP.SYS

              Kind regards,

              Valentijn

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              • 1 / 1
              • First post
                Last post
              Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation