On 2020-10-15 at 14:46 +0000, Adam Wojcieszonek wrote: > ok, I have downloaded Your dump. ..with using "http" instead of > "https" because of errors.
https://sks.pod02.fleetstreetops.com/ works fine here. The only catch I see is that it is using a sks certificate. Thus, you would need to validate usng the sks-keyservers CA (preferred) or skip certificate validation altogether. You may already have a copy of this CA in e.g. /usr/share/gnupg/sks- keyservers.netCA.pem, it can also be downloaded from https://sks-keyservers.net/verify_tls.php (the CA file has sha256 0666ee848e03a48f3ea7bb008dbe9d63dfde280af82fb4412a04bf4e24cab36b) If you were going to use wget as instructed on the README, you would simply need to add a parameter like --ca-certificate=$HOME/sks-keyservers.netCA.pem to validate against this alternate CA. Best regards