SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
564 stars 148 forks source link

TLS certificat expired #1157

Closed bodtx closed 4 weeks ago

bodtx commented 1 month ago

Installation failed for board with this source https://drazzy.com/package_drazzy.com_index.json

the TLS certificat as ended on october 22th 2024

hmeijdam commented 4 weeks ago

You can try using https://github.com/SpenceKonde/megaTinyCore/issues/1059#issuecomment-1950286469 as workaround

That worked fine last time when the certificate expired.

bodtx commented 4 weeks ago

yes it works thx I've found also a workaround by downloading the json file and serve it on my machine with

python -m SimpleHTTPServer 8000

then I've rewrite the url in boardmanager to point at my localhost server