Page MenuHome GnuPG

Draft: Kleopatra: add test to check connectivity
Open, NormalPublic

Description

We had a support case were it turned out the cause of an S/MIME certificates "invalid" status was a missing proxy setting.
To make it easier to debug this kind of issue in the future, we would like to add a test in Kleopatra to check the connectivity.

There are several options for this:

  1. An action "Check connectivity" in the Tools menu. This could check connectivity by trying to reach versions.gnupg.org
  2. Add the test to the self-tests, but only as optional test, which would have to be checked at the bottom of the window to include it.
  3. Add a command for it in the drop down of the command line tool "GnuPG Configuration Overview" in Kleopatra (which we should rename btw)

Event Timeline

werner triaged this task as Normal priority.Thu, Apr 17, 4:47 PM

In any case, the actual connectivity test needs to be performed by GnuPG. Otherwise we might just test whether the Qt/KDE libraries can reach versions.gnupg.org, but not whether dirmngr can. Werner proposed something like gpg --fetch-key https://gnupg.org/index.html.

Note that I get a 403 Forbidden when I try to access versions.gnupg.org.