aboutsummaryrefslogtreecommitdiffstats
path: root/doc/debugging.texi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/debugging.texi15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi
index e5e3e43fd..9406ba567 100644
--- a/doc/debugging.texi
+++ b/doc/debugging.texi
@@ -17,7 +17,7 @@ solve the problem at hand.
@menu
* Debugging Tools:: Description of some useful tools
-
+* Common Problems:: Commonly seen problems.
@end menu
@@ -80,3 +80,16 @@ in a standard way and directly available from @command{gpgsm}.
+@node Common Problems
+@section Commonly Seen Problems
+
+
+@itemize @bullet
+@item Error code @samp{Not supported} from Dirmngr
+
+ Most likely the option @option{enable-ocsp} is active for gpgsm
+ but Dirmngr's OCSP feature has not been enabled using
+ @option{allow-ocsp} in @file{dirmngr.conf}.
+
+@end itemize
+