Open occipita opened 1 year ago
This change is exactly one of the following (please change [ ] to [x]) to indicate which:
[ ]
[x]
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
Required verification:
[x] I've verified that there are no regressions in mvn test (there are no new failures or errors).
mvn test
(although I note that there are a number of test failures, these seem to exist in the master branch already)
[x] I've verified that this change works as intended.
[x] I've verified that this change did not break existing functionality (especially in the Ripper I modified).
Optional but recommended:
@occipita woud you mind to create this on https://github.com/ripmeapp2/ripme ?
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:
[x] I've verified that there are no regressions in
mvn test
(there are no new failures or errors).(although I note that there are a number of test failures, these seem to exist in the master branch already)
[x] I've verified that this change works as intended.
[x] I've verified that this change did not break existing functionality (especially in the Ripper I modified).
Optional but recommended: