Uploaded image for project: 'ReactOS Build Environment'
  1. ReactOS Build Environment
  2. ROSBE-89

[RosBE 2.1.3] RosBE Updater is not worked properly.

    XMLWordPrintable

Details

    Description

      As seen in screenshot, there must be an new RosBE version, but in fact we have empty string.
      If we look at file RosBE\update.cmd, we will see a line (89):

      wget.exe -N --ignore-length --no-verbose %_ROSBE_URL%/ver.txt 1> NUL 2> NUL

      This line runs wget which try to download file ver.txt, hosted on https://svn.reactos.org/downloads/rosbe/ (set by var %_ROSBE_URL%)

      When I tried this command, I get an error message:
      ERROR: cannot verify svn.reactos.org's certificate, issued by 'CN=GlobalSign Domain Validation CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE': Self-signed certificate encountered.
      To connect to svn.reactos.org insecurely, use `--no-check-certificate'.

      Possible workaround:
      add to line 85 parameter 'no-check-certificate', but it will be a security hole.

      Attachments

        Issue Links

          Activity

            People

              EmuandCo Daniel Reimer
              leha-bot leha-bot
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: