summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ3
1 files changed, 2 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index a271e5b658..5bcc1b9b67 100644
--- a/FAQ
+++ b/FAQ
@@ -278,7 +278,8 @@ print out the servers list of acceptable CAs using the OpenSSL s_client tool:
openssl s_client -connect www.some.host:443 -prexit
-if your server only requests certificates on certain URLs then you may need
+[Note: The '-prexit' option appears in OpenSSL 0.9.8.]
+If your server only requests certificates on certain URLs then you may need
to manually issue an HTTP GET command to get the list when s_client connects:
GET /some/page/needing/a/certificate.html