[BUG] pgp.mit.edu is no longer active #63806
Labels
Bug
broken, incorrect, or confusing behavior
dependency
underlying Salt dependency issue
Deprecation
needs-triage
Description
Any
gpg.
modules that call to a keyserver, unless one is explicitly specified, will fail.This is because SKS, the keyserver cluster that was commonly in use (and the cluster that the current default keyserver,
pgp.mit.edu
, was a part of), has been completely obsoleted and decommissioned. Has been for about 2 years now.Recently,
pgp.mit.edu
finally decommissioned as well (which was for the best; it wasn't receiving new peered keys anyways).There are two alternatives, however, currently in wide usage:
OpenPGP's keyserver runs Hagrid. It offers email validation (and hides email addresses on key UIDs/makes email searching impossible until they are validated, with the option to hide email addresses post-validation but still make searchable. I believe it strips all other UID info e.g. photos).
Ubuntu/Canonical's keyserver runs Hockeypuck, which essentially is a complete rewrite of SKS.
This said, I recommend using OpenPGP's keyserver as it's the compiled-in default now (from what I recall) and replacing all instances of
pgp.mit.edu
withkeys.openpgp.org
:(It may make sense to set the default keyserver as a dundered module-scoped "constant", e.g.
_default_keyserver = 'keys.openpgp.org'
insalt/modules/gpg.py
.)The text was updated successfully, but these errors were encountered: