RipMeApp / ripme

Downloads albums in bulk
MIT License
3.67k stars 624 forks source link

Add trusted certificate to allow downloads from motherless (fixes issue #2009) #2012

Open occipita opened 1 year ago

occipita commented 1 year ago

Category

This change is exactly one of the following (please change [ ] to [x]) to indicate which:

Description

Added a certificate store that is based on the one from OpenJDK 18 with the "GoGetSSL RSA DV CA" certificate added.

Added code in Utils class to load trust stores (based on code found at https://stackoverflow.com/a/10077862/20145163)

Modified App.main to load the certificate store

Testing

Required verification:

Optional but recommended:

soloturn commented 1 year ago

@occipita woud you mind to create this on https://github.com/ripmeapp2/ripme ?