When using b-e updater.bat, in the event the curl request fails during the acquisition of the main program file (in this case due to MITM on corporate networks), the program will gleefully continue and cause itself to shut down
Steps to Reproduce
Use b-e updater.bat on a corporate network
Download will proceed
Program shows "Download complete. The program will now clean up and restart."
The program cleans up and then exits, as the download has not really completed due to the curl request failing (error 0x80092012, revocation unable to check for certificate)
Expected behavior
Download should complete and program should restart as usual
Potential Cause
2 fixes to put in place:
Perform additional checks to ensure existence of downloaded file before attempting to restart
In case of failure, re-attempt download but with --ssl-no-revoke flag in curl request
if that fails also, take the program to :AutoUpdateError.
Bug Description
When using
b-e updater.bat
, in the event the curl request fails during the acquisition of the main program file (in this case due to MITM on corporate networks), the program will gleefully continue and cause itself to shut downSteps to Reproduce
b-e updater.bat
on a corporate network0x80092012
, revocation unable to check for certificate)Expected behavior
Download should complete and program should restart as usual
Potential Cause
2 fixes to put in place:
--ssl-no-revoke
flag in curl request:AutoUpdateError
.