phive
phive copied to clipboard
Consider implementing explicit API support for keys.openpgp.org
Currently we use the "compat api" that mimiks the API provided by sks-keyservers.
/cc @jaapio
Given that sks-keyservers flagged themselves as legacy and are about to die out, we probably should just remove their support and focus on explicitly supporting the newer API.
sks-keyservers.net pool DNS records disabled effective immediately
https://www.reddit.com/r/crypto/comments/o7oh4w/skskeyserversnet_pool_dns_records_disabled/
$ host ha.pool.sks-keyservers.net
Host ha.pool.sks-keyservers.net not found: 3(NXDOMAIN)
@theseer Please remove SKS from source and docs.
Temporarily we could use keys.openpgp.org
You lost me: What does sks-keyservers have to do with the API provided by keys.openpgp.org?
Temporarily we could use
keys.openpgp.org
What do you mean and why "temporarily"?
keys.openpgp.org is an alternative to SKS servers. My PHIVE GitHub Action just stopped working - that is why I've commented here.
@theseer Please remove SKS from source and docs.
Given the DNS does no longer resolve, this is basically a no-op. On top: SKS-Keyserver already are the last resort entry (see: https://github.com/phar-io/phive/blob/master/conf/pgp-keyservers.php) and basically shouldn't be reached in 99,9% of all cases.
We indeed should remove sks references from the phar.io website.
SKS-Keyserver already are the last resort entry
I see! :)
keys.openpgp.orgis an alternative to SKS servers. My PHIVE GitHub Action just stopped working - that is why I've commented here.
I know what keys.openpgp.org is. Phive uses it as the default server - read: first server -, with a fallback to the keyserver run by canonical for ubuntu in case the key is not found there.
And it's a lot more than just an alternative, also providing a different API. Hence, this ticket. The fact sks keyservers got shut down is not in any way related to this issue.
Using keys.openpgp.org is NOT a temporary option. The key handling is different and not all keys that are (or by now were) listed in sks' servers are available on openpgp.org yet.
Again, nothing to do with this issue at all: This is about implementing explicit support for the keys.openpgp.org provided API.