My problem: the same as #121 (failed to download firmwares.json)
LeetDown version: tried 2.2 & 2.0.1
After some searching, I found out its cause is expired ssl certificates for macOS 10.13 (https://talk.macpowerusers.com/t/ssl-certificate-problem-certificate-has-expired-on-macos-high-sierra-10-13-6/25418)
If you run "curl -L https://api.ipsw.me/v2.1/firmwares.json/condensed", there should be a prompt for an expired certificate.
So I followed this solution (https://stackoverflow.com/questions/69387175/git-for-windows-ssl-certificate-problem-certificate-has-expired/69396425#69396425) to remove the DST Root CA X3 certificate part from /etc/ssl/cert.pem, then my downgrade completed perfectly. (Maybe a reboot is needed.)
I hope this helps.
My problem: the same as #121 (failed to download firmwares.json)
LeetDown version: tried 2.2 & 2.0.1
After some searching, I found out its cause is expired ssl certificates for macOS 10.13 (https://talk.macpowerusers.com/t/ssl-certificate-problem-certificate-has-expired-on-macos-high-sierra-10-13-6/25418)
If you run "curl -L https://api.ipsw.me/v2.1/firmwares.json/condensed", there should be a prompt for an expired certificate.
So I followed this solution (https://stackoverflow.com/questions/69387175/git-for-windows-ssl-certificate-problem-certificate-has-expired/69396425#69396425) to remove the
DST Root CA X3certificate part from/etc/ssl/cert.pem, then my downgrade completed perfectly. (Maybe a reboot is needed.)I hope this helps.