SpenceKonde / ReleaseScripts

Board manager JSON + associated scripts
1 stars 2 forks source link

azduino.com certificate expired, breaks micronucleus download via arduino-cli #44

Open platisd opened 1 year ago

platisd commented 1 year ago

I'd like to begin with thanking you for your contributions.

On to the subject now, I am using your package_drazzy.com_index.json as part of a CI pipeline that started failing. I hadn't run it for a long time and there was a number of unrelated issues that were causing the failure.

One of the them was downloading the 2.5-azd1 of micronucleus hosted at azduino.com. The reason is that the azduino.com's TLS certificate has expired since October 26. As a result, tools such as arduino-cli error out when attempting to download the tool hosted there.

My fix included reverting back to version 1.4.1 where the micronucleus tool happens to be hosted on a different website.

Not a huge deal but I thought you should know. :rocket:

per1234 commented 1 year ago

Just to link everything together, I'll mention the previous report here: https://github.com/SpenceKonde/ATTinyCore/issues/815

There is a link to instructions for an alternative workaround at https://github.com/SpenceKonde/ATTinyCore/issues/815#issuecomment-1783767387.

platisd commented 1 year ago

Thanks for the heads up @per1234. Good to know it's already being tracked. Feel free to close this issue, it's certainly a duplicate.