2019-11-07 01:12 PM
Hi, we recently had some "updates" on our corporate firewall and its preventing me from using some features from within STM32CubeIDE. Are there any details available as to what websites/ports are required for STM32CubeIDE so that I can communicate them to our IT department and get them unblocked?
2019-11-07 01:20 PM
Standard HTTP GET, as I recall, or can connect via a PROXY, which you can configure.
Otherwise just pull the CubeXX firmware packages and install From Local
2019-11-07 01:54 PM
Downloading the firmware package and installing locally did the trick for me. I'm still interested specifically what would need to get unblocked in order to do this from within the IDE. But thanks anyways for the work around.
2019-11-07 02:16 PM
So 80, 443 and 8080 are the mostly like candidates in the rather narrow search space.
If your corp uses a HTTP PROXY to gate access to the web, use that, open *.st.com domains, or see what actually hits the firewall. Surely someone working in your IT dept could figure this out pretty quickly.
2019-11-08 12:18 AM
Have you got a try setting network preferences ? Most of time issue is here playing behind a proxy ...
Common Eclipse trick to check if your setup is fine is to get a try to access to Eclipe Marketplace Help > Eclipse Marketplace. If failing means your setup is not ok to access outside world ...