Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
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
- relates to
-
ROSBE-84 SSVN STATUS command reports "branch does not exist"
- Resolved