I have since found out how to use cURL or wget to get keys from gozer. It appears that the certificate used by the site is not included in the standard set. wget and cURL can use the following CA cert: https://dl.cacerts.digicert.com/TERENASSLHighAssuranceCA3.crt.pem [I assume it is safe enough to download the cert from there.]
However that cert does not seem to work with Ruby net/http. Of course, it would be possible to run curl or wget from Ruby, but that is a bit messy (and should not be necessary). On Sat, 21 Mar 2020 at 16:14, Craig Russell <apache....@gmail.com> wrote: > > Hi Sebb, > > Sounds like a good project for a volunteer on the whimsy secretary tool. > > I'm not personally competent in this. Perhaps someone here can suggest a way > forward. > > Craig > > > On Mar 21, 2020, at 4:57 AM, sebb <seb...@gmail.com> wrote: > > > > Currently the code uses https for key retrieval. > > > > However there are some issues using https with some of the potential > > pgp servers. > > In particular gozer.redis.es, which has keys that others don't. > > > > Would it be OK to use http: to fetch the key from such hosts? > > > > Alternatively, I could do with some help getting https to work with > > gozer.redis.es. > > It works fine in a browser, but I'm having problems with Ruby and even > > cURL on the Whimsy host. > > cURL does work on my macOS box. > > > > Sebb > > Craig L Russell > c...@apache.org >