HTTP Access Forbidden when attempting to install a previous MCU package version
I am using CubeMX v6.2.1, when I attempt to install the L4 MCU package v1.10.0, I get an "HTTP Access Forbidden" error. I am seeing the same error on Windows and Linux.
I can download v1.9.0 and v1.11.0, and v1.17.0 without issue. The error only seems to happen with v1.10.0.
I am attempting to update a project from v1.8.0, however, the CAN API changed in v1.11.0, so wanted to upgrade to v1.10.0 as the most recent update prior to the CAN API change.
As far as I can tell, the error is on the ST web server, when I look at a network capture, I see the following HTTP request:
GET /packs/resource/firmware/stm32cube_fw_l4_v1100.zip HTTP/1.1
and the following response from the server:
HTTP/1.1 403 Forbidden (text/html)
Any chance this can be corrected so I can get the v1.10 package?
Cheers,
Martin Z.