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
542 stars 140 forks source link

Seems like the security certificate for your web site has expired #1106

Open moose4lord opened 1 month ago

moose4lord commented 1 month ago

When I try to install megaTinyCore from the Arduino IDE I get this error: Some indexes could not be updated. Get "https://drazzy.com/package_drazzy.com_index.json": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: “drazzy.com” certificate is expired: http://drazzy.com/package_drazzy.com_index.json

When I try to access https://drazzy.com/ using Chrome I get this error:

NET::ERR_CERT_DATE_INVALID

This server could not prove that it is drazzy.com; its security certificate expired 4 days ago. This may be caused by a misconfiguration or an attacker intercepting your connection. Your computer's clock is currently set to Saturday, June 1, 2024. Does that look right? If not, you should correct your system's clock and then refresh this page.

hmeijdam commented 1 month ago

You can try using this workaround

That worked fine last time when the certificate expired.

I believe DrAzzy has some other real life priorities causing him to put his cores on the backburner.

moose4lord commented 1 month ago

Thanks for the workaround. Worked like a charm.