Loading...
 
Skip to main content

System Workbench for STM32


Error message while updating Workbench

Same problem here.

Solved this by mirroring the update repository locally using wget. You have to disable error checking for wget, too, otherwise it would complain about the certificate:

Copy to clipboard
wget --no-check-certificate --recursive --no-clobber --page-requisites --adjust-extension --convert-links --restrict-file-names=windows --domains www.ac6-tools.com --no-parent "https://www.ac6-tools.com/Eclipse-updates/org.openstm32.system-workbench.update-site-v2/"


The used the local update repository as an update site:

Copy to clipboard
file:c:\temp\org.openstm32.system-workbench.update-site-v2\



Hopefully this helps someone until the issue is resolved.

 
Collapse/expand modules below